Method: Effective::Resources::Attributes#attributes
- Defined in:
- app/models/effective/resources/attributes.rb
#attributes ⇒ Object
This is the attributes as defined by ActiveRecord table { :name => [:string], … }
7 8 9 |
# File 'app/models/effective/resources/attributes.rb', line 7 def attributes (klass_attributes.presence || model_attributes.presence) end |