Sha256: 9c179cd8bf1e0b8bdfc2c11c29f45b8179d5a4f46b346ec92ac7d5c2d451459f

Contents?: true

Size: 239 Bytes

Versions: 3

Compression:

Stored size: 239 Bytes

Contents

class ApplicationController < ActionController::Base
  include ControllerAuthentication
  # 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

3 entries across 3 versions & 1 rubygems

Version Path
dailycred-0.3.1 dummy-preauth/app/controllers/application_controller.rb
dailycred-0.3.0 dummy-preauth/app/controllers/application_controller.rb
dailycred-0.2.0 dummy-preauth/app/controllers/application_controller.rb