Class: Manage::WidgetsController
- Inherits:
-
BaseController
- Object
- BaseController
- Manage::WidgetsController
- Defined in:
- app/controllers/manage/widgets_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
16 17 18 |
# File 'app/controllers/manage/widgets_controller.rb', line 16 def create create!{ } end |
#destroy ⇒ Object
24 25 26 |
# File 'app/controllers/manage/widgets_controller.rb', line 24 def destroy destroy!{ } end |
#update ⇒ Object
20 21 22 |
# File 'app/controllers/manage/widgets_controller.rb', line 20 def update update!{ } end |