Guest User

Untitled

a guest
Mar 24th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. # app/models/post.rb
  2.  
  3. class Post < ActiveRecord::Base
  4. html_schema_type :BlogPosting
  5. end
  6.  
  7. Post.html_schema_type # => Mida::SchemaOrg::BlogPosting
  8. Post.new.html_schema_type # => Mida::SchemaOrg::BlogPosting
Add Comment
Please, Sign In to add comment