Guest User

Untitled

a guest
Jul 16th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1.  
  2. has_many :smw_properties
  3.  
  4. def propery(prop_name)
  5. self.smw_properties.where(:label => prop_name).first
  6. end
Add Comment
Please, Sign In to add comment