Method: Integral::Backend::BaseController#new

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

#newObject

GET /new Resource creation screen



50
51
52
53
# File 'app/controllers/integral/backend/base_controller.rb', line 50

def new
  add_breadcrumb I18n.t('integral.navigation.new'), "new_backend_#{controller_name.singularize}_path".to_sym
  @resource = resource_klass.new
end