Sha256: 9d5d312ff656df3e837ed1a896bc6a840b0c0e48aeb6c2b79843184bc312faec
Contents?: true
Size: 312 Bytes
Versions: 5
Compression:
Stored size: 312 Bytes
Contents
class Account < ActiveRecord::Base has_many :settings has_many :users has_many :products has_many :currencies has_many :emailtemplates has_many :paymentgateways has_many :registrars has_many :roles has_many :servers has_many :userfieldnames has_many :tlds, :through=>:registrars end
Version data entries
5 entries across 5 versions & 2 rubygems