Sha256: 0a9189f5f004c57f16eb6026e4aab3fab3f297a272b5a4e057713b150ba8c725

Contents?: true

Size: 123 Bytes

Versions: 4

Compression:

Stored size: 123 Bytes

Contents

module LunarShell
  class User < ActiveRecord::Base
    attr_accessor :current_password

    has_secure_password
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lunar_shell-0.5.2 app/models/lunar_shell/user.rb
lunar_shell-0.5.0 app/models/lunar_shell/user.rb
lunar_shell-0.4.1 app/models/lunar_shell/user.rb
lunar_shell-0.3.0 app/models/lunar_shell/user.rb