Sha256: 68eeeefa3bfdba5eafaa48acc2e49a2a72ae9ec6392ebc92cc1617640e21cb87

Contents?: true

Size: 472 Bytes

Versions: 6

Compression:

Stored size: 472 Bytes

Contents

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

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
annotator-0.0.8.1 test/dummy/app/models/user.rb
annotator-0.0.8 test/dummy/app/models/user.rb
annotator-0.0.7 test/dummy/app/models/user.rb
annotator-0.0.6 test/dummy/app/models/user.rb
annotator-0.0.5 test/dummy/app/models/user.rb
annotator-0.0.4 test/dummy/app/models/user.rb