git-svn-id: https://192.168.0.254/svn/Rodax.redmine_rodax_crm/trunk@3 ff88604e-da85-c949-a72f-fc3aa3ba3724
8 lines
172 B
Ruby
8 lines
172 B
Ruby
class ContractProcess < ActiveRecord::Base
|
|
unloadable
|
|
|
|
belongs_to :author, :class_name => "User", :foreign_key => "author_id"
|
|
belongs_to :contract
|
|
|
|
end
|