Method: Integral::Backend::BaseController#new
- Defined in:
- app/controllers/integral/backend/base_controller.rb
#new ⇒ Object
GET /new Resource creation screen
50 51 52 53 |
# File 'app/controllers/integral/backend/base_controller.rb', line 50 def new I18n.t('integral.navigation.new'), "new_backend_#{controller_name.singularize}_path".to_sym @resource = resource_klass.new end |