Class: Admin::SectionsController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/admin/sections_controller.rb

Direct Known Subclasses

PagesController

Instance Method Summary collapse

Instance Method Details

#createObject



12
13
14
15
# File 'app/controllers/admin/sections_controller.rb', line 12

def create
  resource.save
  respond_with *resources
end