Sha256: 66034c9b833d115d29371940c2c89d161fb1cf8a37929d13dcc3b5322eab6729
Contents?: true
Size: 286 Bytes
Versions: 1
Compression:
Stored size: 286 Bytes
Contents
# frozen_string_literal: true module MediaTypes # Shortcut used by #collection to #view('collection') COLLECTION_VIEW = 'collection' # Shortcut used by #index to #view('index') INDEX_VIEW = 'index' # Shortcut used by #create to #view('create') CREATE_VIEW = 'create' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
media_types-2.3.0 | lib/media_types/views.rb |