Sha256: 768efd21fe9218f9ee7f0a135e79dab9ff1074aea35bef2d3a1c363e4622bdf0

Contents?: true

Size: 238 Bytes

Versions: 10

Compression:

Stored size: 238 Bytes

Contents

class ApplicationController < ActionController::Base
  include TheComments::ViewToken

  # 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

10 entries across 10 versions & 3 rubygems

Version Path
fuck_comments-2.3.4 spec/dummy_app/app/controllers/application_controller.rb
the_comments_ruby-2.3.4 spec/dummy_app/app/controllers/application_controller.rb
the_comments_ruby-2.3.3 spec/dummy_app/app/controllers/application_controller.rb
the_comments-2.3.1 spec/dummy_app/app/controllers/application_controller.rb
the_comments-2.2.2 spec/dummy_app/app/controllers/application_controller.rb
the_comments-2.2.1 spec/dummy_app/app/controllers/application_controller.rb
the_comments-2.2.0 spec/dummy_app/app/controllers/application_controller.rb
the_comments-2.1.0 spec/dummy_app/app/controllers/application_controller.rb
the_comments-2.0.1 spec/dummy_app/app/controllers/application_controller.rb
the_comments-2.0.0 spec/dummy_app/app/controllers/application_controller.rb