Sha256: 8ca06906d8a58be7641dd2f5a64ebcfe2fc714492ae63c581f9183cf9e04850e

Contents?: true

Size: 646 Bytes

Versions: 18

Compression:

Stored size: 646 Bytes

Contents

class User < ActiveRecord::Base
  # Uncomment this line if you are not using Rails 4. If you'd like to continue using
  # attr_accessible you can always install the strong_parameters gem from:
  # https://github.com/rails/strong_parameters
  #
  # attr_accessible :email, :first_name, :last_name, :password_confirmation, :password, :username

  # Set up Challah's User methods. Keep this as the first line of your model to include
  # all methods by default. You can override methods after this line as necessary.
  #
  # For a list of all methods included into User, see:
  #
  # http://rubydoc.info/gems/challah
  include Challah::Userable
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
challah-1.3.3 app/models/user.rb
challah-1.3.2 app/models/user.rb
challah-1.3.1 app/models/user.rb
challah-1.3.0 app/models/user.rb
challah-1.2.11 app/models/user.rb
challah-1.2.10 app/models/user.rb
challah-1.2.9 app/models/user.rb
challah-1.2.8 app/models/user.rb
challah-1.2.7 app/models/user.rb
challah-1.2.6 app/models/user.rb
challah-1.2.5 app/models/user.rb
challah-1.2.5.pre app/models/user.rb
challah-1.2.4 app/models/user.rb
challah-1.2.3 app/models/user.rb
challah-1.2.2 app/models/user.rb
challah-1.2.1 app/models/user.rb
challah-1.2.0 app/models/user.rb
challah-1.2.0.rc app/models/user.rb