Sha256: 14cee5e089adadd8558e524430c23d35420796f355acfa62a872d3774ecc74f1
Contents?: true
Size: 203 Bytes
Versions: 1
Compression:
Stored size: 203 Bytes
Contents
module DeviseTwoFactorAuthentication class Engine < ::Rails::Engine ActiveSupport.on_load(:action_controller) do include DeviseTwoFactorAuthentication::Controllers::Helpers end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
devise_two_factor_authentication-3.0.0 | lib/devise_two_factor_authentication/rails.rb |