Sha256: 7307b0939e0eace7a3c08bac8040e0a85f5b57b60126369400dc7ce5c3b5ff47
Contents?: true
Size: 189 Bytes
Versions: 1
Compression:
Stored size: 189 Bytes
Contents
class User < ActiveRecord::Base has_many :roles, autosave: true has_many :permissions, through: :roles, autosave: true belongs_to :salutation has_one :address, autosave: true end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activerecord_to_poro-0.0.9 | spec/ar_support/models/user.rb |