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

Version Path
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.0.pre/app/models/user.rb
challah-0.8.2 app/models/user.rb
challah-0.8.1 app/models/user.rb
challah-0.8.0 app/models/user.rb
challah-rolls-0.1.0 vendor/bundle/gems/challah-0.8.0.pre/app/models/user.rb
challah-0.8.0.pre app/models/user.rb
challah-0.7.1 app/models/user.rb
challah-0.7.0 app/models/user.rb
challah-0.7.0.pre2 app/models/user.rb