Class: Nivo::ManageSlidesController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Nivo::ManageSlidesController
- Defined in:
- app/controllers/nivo/manage_slides_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
11 12 13 14 15 16 |
# File 'app/controllers/nivo/manage_slides_controller.rb', line 11 def create Nivo::Slide.sort(params[:slides]) flash[:notice] = "Successfully sorted slides." redirect_to (:format => 'js') end |