Sha256: 40b7a44c6acf106d2ae423435c7403fd37c40750859901aa340437963e455a0a

Contents?: true

Size: 191 Bytes

Versions: 13

Compression:

Stored size: 191 Bytes

Contents

module TwoFactorAuthentication
  class Engine < ::Rails::Engine
    ActiveSupport.on_load(:action_controller) do
      include TwoFactorAuthentication::Controllers::Helpers
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
two_factor_authentication-2.2.0 lib/two_factor_authentication/rails.rb
two_factor_authentication-2.1.1 lib/two_factor_authentication/rails.rb
two_factor_authentication-2.1.0 lib/two_factor_authentication/rails.rb
two_factor_authentication-2.0.1 lib/two_factor_authentication/rails.rb
two_factor_authentication-2.0.0 lib/two_factor_authentication/rails.rb
two_factor_authentication-1.1.5 lib/two_factor_authentication/rails.rb
two_factor_authentication-1.1.4 lib/two_factor_authentication/rails.rb
two_factor_authentication-1.1.3 lib/two_factor_authentication/rails.rb
two_factor_authentication-1.1.1 lib/two_factor_authentication/rails.rb
two_factor_authentication-1.1 lib/two_factor_authentication/rails.rb
two_factor_authentication-1.0 lib/two_factor_authentication/rails.rb
two_factor_authentication-0.2 lib/two_factor_authentication/rails.rb
two_factor_authentication-0.0.1 lib/two_factor_authentication/rails.rb