Sha256: a127d8a1463509ee5b9f69394a43c1953d55f0dab3fd6d0da5429ff2fbebbb5b

Contents?: true

Size: 230 Bytes

Versions: 2

Compression:

Stored size: 230 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

  include SessionsHelper
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
adeia-0.2.0 spec/test_app/app/controllers/application_controller.rb
adeia-0.1.0 test/dummy/app/controllers/application_controller.rb