event.rb 198 Bytes Edit Raw Blame History Permalink 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