Class: Admin::PagesController

Inherits:
SectionsController
  • Object
show all
Defined in:
app/controllers/admin/pages_controller.rb

Instance Method Summary collapse

Instance Method Details

#updateObject



4
5
6
# File 'app/controllers/admin/pages_controller.rb', line 4

def update
  update! { |success, failure| failure.html { render :show } }
end