Class: Manage::WidgetsController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/manage/widgets_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



16
17
18
# File 'app/controllers/manage/widgets_controller.rb', line 16

def create
  create!{ manage_widgets_path }
end

#destroyObject



24
25
26
# File 'app/controllers/manage/widgets_controller.rb', line 24

def destroy
  destroy!{ manage_widgets_path }
end

#updateObject



20
21
22
# File 'app/controllers/manage/widgets_controller.rb', line 20

def update
  update!{ manage_widgets_path }
end