Sha256: b4c1592c1814f343bb8c2838e48760a60f97f7126d72cd28a7ee53b57c053188
Contents?: true
Size: 327 Bytes
Versions: 3
Compression:
Stored size: 327 Bytes
Contents
class Role < ActiveRecord::Base # Set up Challah's Role 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 Role, see: # # http://rubydoc.info/gems/challah-rolls challah_role end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
challah-rolls-0.2.0 | app/models/role.rb |
challah-rolls-0.1.1 | app/models/role.rb |
challah-rolls-0.1.0 | app/models/role.rb |