Sha256: 58d58751b7464b38b5805986372bc85097e31e8fc33cc6e7043d33be93dd3943
Contents?: true
Size: 565 Bytes
Versions: 9
Compression:
Stored size: 565 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 challah_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
9 entries across 9 versions & 2 rubygems