Sha256: 3fc1281ec1fcd751fb3020db8948cd4a378b0f8f7dc941e754322d130e56918e

Contents?: true

Size: 247 Bytes

Versions: 2

Compression:

Stored size: 247 Bytes

Contents

class ApplicationController < ::BarkestCore::ApplicationControllerBase # ActionController::Base 
  # 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

2 entries across 2 versions & 1 rubygems

Version Path
barkest_core-1.5.4.0 test/dummy/app/controllers/application_controller.rb
barkest_core-1.5.3.0 test/dummy/app/controllers/application_controller.rb