Method: Manage::ResourceHelper#attributes

Defined in:
app/helpers/manage/resource_helper.rb

#attributesObject



11
12
13
# File 'app/helpers/manage/resource_helper.rb', line 11

def attributes
  resource_class.attribute_names - %w(id created_at updated_at)
end