Sha256: cabd610a7d10ffc63d227c9e45188f4bc75b7f031e156c6dc751e33077cf0374

Contents?: true

Size: 292 Bytes

Versions: 30

Compression:

Stored size: 292 Bytes

Contents

# Credential used to prove the identity of a user.
class Credential < ActiveRecord::Base
  include Authpwn::CredentialModel

  # Add your extensions to the Credential class here.
end

# namespace for all Credential subclasses
module Credentials

# Add your custom Credential types here.

end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
authpwn_rails-0.14.3 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.14.2 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.14.1 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.14.0 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.13.4 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.13.3 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.13.2 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.13.1 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.13.0 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.12.1 lib/authpwn_rails/generators/templates/credential.rb