Method: Integral::Backend::BaseController#edit
- Defined in:
- app/controllers/integral/backend/base_controller.rb
#edit ⇒ Object
GET /:id/edit Resource edit screen
72 73 74 |
# File 'app/controllers/integral/backend/base_controller.rb', line 72 def edit I18n.t('integral.navigation.edit'), "edit_backend_#{controller_name.singularize}_path".to_sym end |