Class: Maquina::PlansController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Maquina::PlansController
- Defined in:
- app/controllers/maquina/plans_controller.rb
Instance Method Summary collapse
Methods included from Authenticate
#after_authentication_url, #authenticated?, #current_user, #require_authentication
Instance Method Details
#create ⇒ Object
27 28 29 30 31 |
# File 'app/controllers/maquina/plans_controller.rb', line 27 def create create! do |success| success.response { redirect_to edit_plan_path(resource), status: :see_other } end end |