Sha256: 5c3d1d0cbb2bed77196f13e465a1cd1d9a00817809b8b10c1bb274df14aee4fb

Contents?: true

Size: 257 Bytes

Versions: 6

Compression:

Stored size: 257 Bytes

Contents

class ApplicationController < ActionController::Base

include ExtFormSubmit


include ExtIndexNav


  # Prevent CSRF attacks by raising an exception.
  # For APIs, you may want to use :null_session instead.
  protect_from_forgery with: :exception
		   
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
controller_scaffolding-1.1.0 test/dummy/app/controllers/application_controller.rb
controller_scaffolding-1.0.4 test/dummy/app/controllers/application_controller.rb
controller_scaffolding-1.0.3 test/dummy/app/controllers/application_controller.rb
controller_scaffolding-1.0.2 test/dummy/app/controllers/application_controller.rb
controller_scaffolding-1.0.1 test/dummy/app/controllers/application_controller.rb
controller_scaffolding-1.0.0 test/dummy/app/controllers/application_controller.rb