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