Sha256: e73619c0b0823060095d90d58d0d4e86b935bbff5260ab24ddce37fa06c547f1

Contents?: true

Size: 418 Bytes

Versions: 4

Compression:

Stored size: 418 Bytes

Contents

class User < ActiveRecord::Base
  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
  challah_user
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
challah-0.9.0 app/models/user.rb
challah-0.9.0.pre app/models/user.rb
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/app/models/user.rb
challah-0.8.3 app/models/user.rb