module Rodauth::RequestMethods

  1. lib/rodauth.rb

Methods

Public Instance

  1. rodauth

Public Instance methods

rodauth(name=nil)
[show source]
    # File lib/rodauth.rb
443 def rodauth(name=nil)
444   scope.rodauth(name).route!
445 end