Class: Verse::Core::Entity

Inherits:
Resource show all
Defined in:
lib/verse/core/entity.rb

Direct Known Subclasses

Business, Household, Person

Instance Method Summary collapse

Methods inherited from Resource

model_name, #specific

Instance Method Details

#form_attributesObject



8
9
10
# File 'lib/verse/core/entity.rb', line 8

def form_attributes
  [:name, :slug, admins: [:admin_id]]
end