Class: CustomAttribute
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- CustomAttribute
- Defined in:
- lib/custom_attributes/custom_attribute.rb
Instance Method Summary collapse
Instance Method Details
#owner ⇒ Object
5 6 7 |
# File 'lib/custom_attributes/custom_attribute.rb', line 5 def owner attributes[:owner].try(:constantize) end |