Sha256: 9dce5db499d2c68adc06035b17bb110aa829ccb7cedf7bbcdd627c32e4d37a06

Contents?: true

Size: 430 Bytes

Versions: 11

Compression:

Stored size: 430 Bytes

Contents

# An user account.
class User < ActiveRecord::Base
  include Authpwn::UserModel

  # Virtual email attribute, with validation.
  # include Authpwn::UserExtensions::EmailField
  # Virtual password attribute, with confirmation validation.
  # include Authpwn::UserExtensions::PasswordField
  # Convenience Facebook accessors.
  # include Authpwn::UserExtensions::FacebookFields


  # Add your extensions to the User class here.
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
authpwn_rails-0.11.0 lib/authpwn_rails/generators/templates/user.rb
authpwn_rails-0.10.12 lib/authpwn_rails/generators/templates/user.rb
authpwn_rails-0.10.11 lib/authpwn_rails/generators/templates/user.rb
authpwn_rails-0.10.10 lib/authpwn_rails/generators/templates/user.rb
authpwn_rails-0.10.9 lib/authpwn_rails/generators/templates/user.rb
authpwn_rails-0.10.8 lib/authpwn_rails/generators/templates/user.rb
authpwn_rails-0.10.7 lib/authpwn_rails/generators/templates/user.rb
authpwn_rails-0.10.6 lib/authpwn_rails/generators/templates/user.rb
authpwn_rails-0.10.5 lib/authpwn_rails/generators/templates/user.rb
authpwn_rails-0.10.4 lib/authpwn_rails/generators/templates/user.rb
authpwn_rails-0.10.3 lib/authpwn_rails/generators/templates/user.rb