4 lines
60 B
Ruby
Raw Normal View History

2011-09-28 03:37:39 -07:00
class Signer < ActiveRecord::Base
has_many :contracts
end