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/deal_process.rb
2012-01-03 16:18:32 +00:00

8 lines
164 B
Ruby

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