7 lines
93 B
Ruby
7 lines
93 B
Ruby
class MapLocation < ActiveRecord::Base
|
|
|
|
belongs_to :proposal
|
|
belongs_to :investment
|
|
|
|
end
|