Method: StoreModel::Configuration#serialize_unknown_attributes
- Defined in:
- lib/store_model/configuration.rb
#serialize_unknown_attributes ⇒ Boolean
Controls if the result of ‘as_json` will contain the unknown attributes of the model
16 17 18 |
# File 'lib/store_model/configuration.rb', line 16 def serialize_unknown_attributes @serialize_unknown_attributes end |