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.23.0 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.22.1 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.22.0 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.21.1 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.21.0 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.20.0 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.19.0 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.18.2 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.18.1 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.18.0 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.17.2 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.17.1 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.17.0 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.16.2 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.16.1 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.16.0 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.15.3 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.15.2 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.15.1 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.15.0 lib/authpwn_rails/generators/templates/credential.rb