Class: CustomAttribute

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/custom_attributes/custom_attribute.rb

Instance Method Summary collapse

Instance Method Details

#ownerObject



5
6
7
# File 'lib/custom_attributes/custom_attribute.rb', line 5

def owner
  attributes[:owner].try(:constantize)
end