ref: master
plugins/networks/lib/ext/organization.rb
1 2 3 4 5 6 7 8
require_dependency 'organization' class Organization # this should be on Organization class, as they are declared there settings_items :business_name, :zip_code, :city, :state, :country end