Class: SimpleContentManagement::IndexBannersController

Inherits:
InheritedResources::Base
  • Object
show all
Includes:
SimpleAdminPanel::ControllerExtensions
Defined in:
app/controllers/simple_content_management/index_banners_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



7
8
9
10
11
12
13
# File 'app/controllers/simple_content_management/index_banners_controller.rb', line 7

def create
	create! do |success, failure|
		success.html do
			render "show" and return
		end
	end
end