Class: Manage::QuestionsController
- Inherits:
-
BaseController
- Object
- BaseController
- Manage::QuestionsController
- Defined in:
- app/controllers/manage/questions_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
10 11 12 |
# File 'app/controllers/manage/questions_controller.rb', line 10 def create create!{ manage_structure_questions_path(@structure.id) } end |
#destroy ⇒ Object
18 19 20 |
# File 'app/controllers/manage/questions_controller.rb', line 18 def destroy destroy!{ manage_structure_questions_path(@structure.id) } end |
#update ⇒ Object
14 15 16 |
# File 'app/controllers/manage/questions_controller.rb', line 14 def update update!{ manage_structure_questions_path(@structure.id) } end |