Sha256: c41f00028203906157ecc963c67e8f1878597c6d269fd7bb7067649a63e2f33e

Contents?: true

Size: 294 Bytes

Versions: 15

Compression:

Stored size: 294 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

15 entries across 15 versions & 1 rubygems

Version Path
authpwn_rails-0.12.0 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.11.1 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.11.0 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.10.12 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.10.11 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.10.10 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.10.9 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.10.8 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.10.7 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.10.6 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.10.5 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.10.4 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.10.3 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.10.2 lib/authpwn_rails/generators/templates/credential.rb
authpwn_rails-0.10.1 lib/authpwn_rails/generators/templates/credential.rb