Method: AttrJson::Model.attribute_names
- Defined in:
- lib/attr_json/model.rb
.attribute_names ⇒ Object
like the ActiveModel::Attributes method
184 185 186 |
# File 'lib/attr_json/model.rb', line 184 def attribute_names attr_json_registry.attribute_names end |