This repository has been archived on 2024-12-01. You can view files and clone it, but cannot push or open issues or pull requests.
redmine_rodax_crm/app/models/contract_process.rb
2012-01-03 19:11:27 +00:00

8 lines
172 B
Ruby

class ContractProcess < ActiveRecord::Base
unloadable
belongs_to :author, :class_name => "User", :foreign_key => "author_id"
belongs_to :contract
end