Method: Elabs::ApplicationHelper#model_from_entity
- Defined in:
- app/helpers/elabs/application_helper.rb
#model_from_entity(type) ⇒ Object
35 36 37 |
# File 'app/helpers/elabs/application_helper.rb', line 35 def model_from_entity(type) "Elabs::#{type.classify}".constantize end |