Method: Refile.types

Defined in:
lib/refile.rb

.typesHash{Symbol => Refile::Type}

A global registry of types. Currently, types are simply aliases for a set of content types, but their functionality may expand in the future.



98
99
100
# File 'lib/refile.rb', line 98

def types
  @types ||= {}
end