Sha256: 42169bb3a8592b2d94ea126ec8c9e95ea544703fb62aae7a6ef223826d6b1a0f
Contents?: true
Size: 566 Bytes
Versions: 4
Compression:
Stored size: 566 Bytes
Contents
class User < ActiveRecord::Base # 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 authable_user # Uncomment the following line to add additional attributes to protect using the # User#update_account_attributes(params) methods # # Note: This does not affect User#update_attributes # # protect_attributes :your_attributes, :here end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
challah-0.7.0.pre | app/models/user.rb |
challah-0.6.2 | app/models/user.rb |
challah-0.6.1 | app/models/user.rb |
challah-0.6.0 | app/models/user.rb |