Module: CustomFields
- Extended by:
- ActiveSupport::Concern
- Includes:
- RailsSettings::Extend
- Included in:
- Invoice, Ordergroup, Supplier, User, Workgroup
- Defined in:
- app/models/concerns/custom_fields.rb
Instance Attribute Summary collapse
-
#custom_fields ⇒ Object
Returns the value of attribute custom_fields.
Instance Attribute Details
#custom_fields ⇒ Object
Returns the value of attribute custom_fields.
5 6 7 |
# File 'app/models/concerns/custom_fields.rb', line 5 def custom_fields @custom_fields end |