module Rodauth::RequestMethods

  1. lib/rodauth.rb

Methods

Public Instance

  1. rodauth

Public Instance methods

rodauth(name=scope.default_rodauth_name)
[show source]
    # File lib/rodauth.rb
449 def rodauth(name=scope.default_rodauth_name)
450   scope.rodauth(name).route!
451 end