Method: MediaTypes.set_organisation

Defined in:
lib/media_types.rb

.set_organisation(mod, organisation) ⇒ Object



15
16
17
18
# File 'lib/media_types.rb', line 15

def self.set_organisation(mod, organisation)
  @organisation_prefixes ||= {}
  @organisation_prefixes[mod.name] = organisation
end