Sha256: a23caac9d9cb82e44e5941928bcef4c1d0f8ba42825f0f980e820a29c8d8555d

Contents?: true

Size: 125 Bytes

Versions: 4

Compression:

Stored size: 125 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
no_password_auth-0.5.0 app/controllers/no_password/application_controller.rb
no_password_auth-0.4.1 app/controllers/no_password/application_controller.rb
no_password_auth-0.4.0 app/controllers/no_password/application_controller.rb
no_password_auth-0.3.0 app/controllers/no_password/application_controller.rb