Sha256: fd53bfcfc77509c688dfea92e1bf5391b056391dfde351aa88236ad78b6cb18d
Contents?: true
Size: 250 Bytes
Versions: 21
Compression:
Stored size: 250 Bytes
Contents
class User < ActiveRecord::Base include_and_extend SimpleRoles tango_user # see macros masquerader has_friendly_id :name has_many :articles has_many :comments has_many :posts has_many :accounts, :foreign_key => "account_id" end
Version data entries
21 entries across 21 versions & 1 rubygems