Method: CustomAttribute#owner

Defined in:
lib/custom_attributes/custom_attribute.rb

#ownerObject



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

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