community.rb 213 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 require_dependency 'community' require_dependency "#{File.dirname __FILE__}/profile" class Community metadata_spec namespace: :og, tags: { type: MetadataPlugin.og_types[:community] || :community, } end