3 lines
103 B
Ruby
3 lines
103 B
Ruby
|
class OrgSubfield < ActiveRecord::Base
|
||
|
belongs_to :organization, :foreign_key => :organization_id
|
||
|
end
|