Sha256: 0399fc43bfe3ae9e2c156878ba0b5f3d248af89dab045ce303b370e0567df403

Contents?: true

Size: 224 Bytes

Versions: 30

Compression:

Stored size: 224 Bytes

Contents

class ApplicationController < ActionController::Base
  # Prevent CSRF attacks by raising an exception.
  # For APIs, you may want to use :null_session instead.
  protect_from_forgery with: :exception

  layout 'default'
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
smarter_listing-0.5.0 test/dummy/app/controllers/application_controller.rb
smarter_listing-0.6.0 test/dummy/app/controllers/application_controller.rb
smarter_listing-0.4.2 test/dummy/app/controllers/application_controller.rb
smarter_listing-0.4.2.pre test/dummy/app/controllers/application_controller.rb
smarter_listing-0.4.0 test/dummy/app/controllers/application_controller.rb
smarter_listing-0.3.7 test/dummy/app/controllers/application_controller.rb
smarter_listing-0.3.6 test/dummy/app/controllers/application_controller.rb
smarter_listing-0.3.5 test/dummy/app/controllers/application_controller.rb
smarter_listing-0.3.4 test/dummy/app/controllers/application_controller.rb
smarter_listing-0.3.3 test/dummy/app/controllers/application_controller.rb
smarter_listing-0.3.2 test/dummy/app/controllers/application_controller.rb
smarter_listing-0.3.0 test/dummy/app/controllers/application_controller.rb
smarter_listing-0.2.9 test/dummy/app/controllers/application_controller.rb
smarter_listing-0.2.8 test/dummy/app/controllers/application_controller.rb
smarter_listing-0.2.7 test/dummy/app/controllers/application_controller.rb
smarter_listing-0.2.6 test/dummy/app/controllers/application_controller.rb
smarter_listing-0.2.5 test/dummy/app/controllers/application_controller.rb
smarter_listing-0.2.4 test/dummy/app/controllers/application_controller.rb
smarter_listing-0.2.3 test/dummy/app/controllers/application_controller.rb
smarter_listing-0.2.2 test/dummy/app/controllers/application_controller.rb