Module: Manage::ResourceHelper
- Defined in:
- app/helpers/manage/resource_helper.rb
Instance Method Summary collapse
Instance Method Details
#attributes ⇒ Object
3 4 5 |
# File 'app/helpers/manage/resource_helper.rb', line 3 def attributes resource_class.attribute_names - %w(id created_at updated_at) end |