Method: Integral::Backend::BaseController#edit

Defined in:
app/controllers/integral/backend/base_controller.rb

#editObject

GET /:id/edit Resource edit screen



72
73
74
# File 'app/controllers/integral/backend/base_controller.rb', line 72

def edit
  add_breadcrumb I18n.t('integral.navigation.edit'), "edit_backend_#{controller_name.singularize}_path".to_sym
end