Module: Utopia::Controller::Respond::Passthrough
- Defined in:
- lib/utopia/controller/respond.rb
Constant Summary collapse
Class Method Summary collapse
Class Method Details
.call(context, response, media_range) ⇒ Object
107 108 109 |
# File 'lib/utopia/controller/respond.rb', line 107 def self.call(context, response, media_range) return nil end |
.media_range ⇒ Object
103 104 105 |
# File 'lib/utopia/controller/respond.rb', line 103 def self.media_range WILDCARD end |
.split(*args) ⇒ Object
99 100 101 |
# File 'lib/utopia/controller/respond.rb', line 99 def self.split(*args) self.media_range.split(*args) end |