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
7
8
# File 'app/controllers/admin/pages_controller.rb', line 4

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