module Roda::RodaPlugins::AutoForme::InstanceMethods

  1. lib/roda/plugins/autoforme.rb

Methods

Public Instance

  1. autoforme

Public Instance methods

autoforme(name=nil)

If this route matches the named or default AutoForme route, dispatch to AutoForme.

[show source]
   # File lib/roda/plugins/autoforme.rb
46 def autoforme(name=nil)
47   instance_exec(&self.class.autoforme_route(name))
48 end