5 lines
101 B
Ruby
5 lines
101 B
Ruby
class Contract < ActiveRecord::Base
|
|
belongs_to :signer
|
|
accepts_nested_attributes_for :signer
|
|
end
|