Sha256: 97ace5dadcd42998066a7d1b3f77ea3136b1d4e334d25102b27809b62e42ad05

Contents?: true

Size: 120 Bytes

Versions: 3

Compression:

Stored size: 120 Bytes

Contents

module Authz
  class ApplicationController < ActionController::Base
    protect_from_forgery with: :exception
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
authz-0.0.1.alpha3 app/controllers/authz/application_controller.rb
authz-0.0.1.alpha2 app/controllers/authz/application_controller.rb
authz-0.0.1.alpha app/controllers/authz/application_controller.rb