Sha256: c7cfbb811269545af11f53f9e66217b448735fb3ced9dcd4f0719d807f50e10f

Contents?: true

Size: 314 Bytes

Versions: 4

Compression:

Stored size: 314 Bytes

Contents

class ApplicationController < ActionController::Base
  include Nyauth::ApplicationConcern
  include Nyauth::SessionConcern
  self.responder = Nyauth::AppResponder
  # 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

4 entries across 4 versions & 1 rubygems

Version Path
nyauth-0.2.8 spec/dummy/app/controllers/application_controller.rb
nyauth-0.2.7 spec/dummy/app/controllers/application_controller.rb
nyauth-0.2.6 spec/dummy/app/controllers/application_controller.rb
nyauth-0.2.5 spec/dummy/app/controllers/application_controller.rb