Sha256: 0c591b7b3541492222d464f8bc208f8e7b01b877ded137af6490724a870bd9ed

Contents?: true

Size: 241 Bytes

Versions: 5

Compression:

Stored size: 241 Bytes

Contents

module Trestle
  module Auth
    module Otp
      module ModelMethods
        extend ActiveSupport::Concern
        extend ActiveSupport::Autoload

        included do
          has_one_time_password
        end

      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
trestle-auth-otp-0.2.2 lib/trestle/auth/otp/model_methods.rb
trestle-auth-otp-0.2.1 lib/trestle/auth/otp/model_methods.rb
trestle-auth-otp-0.2.0 lib/trestle/auth/otp/model_methods.rb
trestle-auth-otp-0.1.1 lib/trestle/auth/otp/model_methods.rb
trestle-auth-otp-0.1.0 lib/trestle/auth/otp/model_methods.rb