Class: Organisation
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Organisation
- Defined in:
- app/models/organisation.rb
Instance Method Summary collapse
-
#name ⇒ Object
for RailsAdmin.
Instance Method Details
#name ⇒ Object
for RailsAdmin
8 9 10 |
# File 'app/models/organisation.rb', line 8 def name # for RailsAdmin title end |