ref: master
plugins/metadata/lib/ext/event.rb
1 2 3 4 5 6 7 8 9
require_dependency 'event' class Event metadata_spec namespace: :og, tags: { type: proc{ |p, plugin| plugin.context.params[:og_type] || MetadataPlugin.og_types[:event] || :event }, } end