Noosfero/noosfero

View on GitHub
plugins/metadata/lib/ext/event.rb

Summary

Maintainability
A
0 mins
Test Coverage
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