Contract-Signer/app/models/contract.rb

5 lines
101 B
Ruby
Raw Normal View History

2011-09-28 10:37:39 +00:00
class Contract < ActiveRecord::Base
belongs_to :signer
accepts_nested_attributes_for :signer
end