Guest User

Untitled

a guest
Mar 24th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. class User < ActiveRecord::Base
  2. html_schema_type :Person
  3. end
  4.  
  5. User.html_schema_type #=> Mida::SchemaOrg::Person
  6. User.find(1).html_schema_type #=> Mida::SchemaOrg::Person
Add Comment
Please, Sign In to add comment