Sha256: 186c338a046c384879da1300d6cfdb8ae2883a5561740d171b8a4973fa502784

Contents?: true

Size: 337 Bytes

Versions: 8

Compression:

Stored size: 337 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
  include Challah::Userable

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
challah-2.0.0.beta2 app/models/user.rb
challah-2.0.0.beta1 app/models/user.rb
challah-1.6.1 app/models/user.rb
challah-1.6.0 app/models/user.rb
challah-1.5.0 app/models/user.rb
challah-1.4.2 app/models/user.rb
challah-1.4.1 app/models/user.rb
challah-1.4.0 app/models/user.rb