Sha256: 1b6731a3e70ee43e9a7f7ea89065d5d7d0d9ffb4bafeabe15d7d4d938b093c5a

Contents?: true

Size: 485 Bytes

Versions: 15

Compression:

Stored size: 485 Bytes

Contents

# encoding: utf-8

module ConstructorCore
  class User < ActiveRecord::Base
    # Include default devise modules. Others available are:
    devise :database_authenticatable, :recoverable, :rememberable, :trackable, :validatable, :token_authenticatable, :timeoutable  #:confirmable, :registerable, :omniauthable, :lockable, :encryptable
    # Setup accessible (or protected) attributes for your model
    attr_accessible :email, :password, :password_confirmation, :remember_me
  end
end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
constructor-core-0.3.3 app/models/constructor_core/user.rb
constructor-core-0.3.2 app/models/constructor_core/user.rb
constructor-core-0.3.1 app/models/constructor_core/user.rb
constructor-core-0.3.0 app/models/constructor_core/user.rb
constructor-core-0.2.14 app/models/constructor_core/user.rb
constructor-core-0.2.12 app/models/constructor_core/user.rb
constructor-core-0.2.11 app/models/constructor_core/user.rb
constructor-core-0.2.10 app/models/constructor_core/user.rb
constructor-core-0.2.9 app/models/constructor_core/user.rb
constructor-core-0.2.8 app/models/constructor_core/user.rb
constructor-core-0.2.6 app/models/constructor_core/user.rb
constructor-core-0.2.5 app/models/constructor_core/user.rb
constructor-core-0.2.4 app/models/constructor_core/user.rb
constructor-core-0.2.1 app/models/constructor_core/user.rb
constructor-cms-0.2.1 core/app/models/constructor_core/user.rb