Method: Roda::RodaPlugins::Chunked.load_dependencies

Defined in:
lib/roda/plugins/chunked.rb

.load_dependencies(app, opts = OPTS) ⇒ Object

Depend on the render plugin



152
153
154
# File 'lib/roda/plugins/chunked.rb', line 152

def self.load_dependencies(app, opts=OPTS)
  app.plugin :render
end