Module: Roda::RodaPlugins::FormeRouteCsrf

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

Defined Under Namespace

Modules: InstanceMethods

Class Method Summary collapse

Class Method Details

.load_dependencies(app) ⇒ Object

Require the render plugin, since forme template integration only makes sense with it.



10
11
12
13
# File 'lib/roda/plugins/forme_route_csrf.rb', line 10

def self.load_dependencies(app)
  app.plugin :render
  app.plugin :route_csrf
end