Module: Maquina::ApplicationHelper
- Defined in:
- app/helpers/maquina/application_helper.rb
Instance Method Summary collapse
Instance Method Details
#class_to_form_frame(klass) ⇒ Object
5 6 7 |
# File 'app/helpers/maquina/application_helper.rb', line 5 def class_to_form_frame(klass) "#{klass.to_s.underscore.tr("/", "_")}_form" end |