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