Sha256: 861e116fb1906c61a42c479c7a13c71cbc6f7ae63f73c6adc3bda13673f1da61

Contents?: true

Size: 440 Bytes

Versions: 25

Compression:

Stored size: 440 Bytes

Contents

class User < ActiveRecord::Base
  # Include default devise modules. Others available are:
  # :token_authenticatable, :confirmable,
  # :lockable, :timeoutable and :omniauthable
  devise :database_authenticatable, :registerable,
         :recoverable, :rememberable, :trackable, :validatable

  # Setup accessible (or protected) attributes for your model
  attr_accessible :name, :email, :password, :password_confirmation, :remember_me
end

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
ratchetio-0.7.1 spec/dummyapp/app/models/user.rb
ratchetio-0.7.0 spec/dummyapp/app/models/user.rb
ratchetio-0.6.3 spec/dummyapp/app/models/user.rb
ratchetio-0.6.1 spec/dummyapp/app/models/user.rb
ratchetio-0.6.0 spec/dummyapp/app/models/user.rb