Method: Admin::FormFieldTypesController#show
- Defined in:
- app/controllers/admin/form_field_types_controller.rb
#show ⇒ Object
26 27 28 |
# File 'app/controllers/admin/form_field_types_controller.rb', line 26 def show @form_field_type = FormFieldType.find_sys_id(_sid, params[:id]) end |