Sha256: 29bbfadf210d75fcfb131b3dc9d767b52f11eb19d61e753a26410395730ec0cc
Contents?: true
Size: 402 Bytes
Versions: 57
Compression:
Stored size: 402 Bytes
Contents
module Rodauth class <%= account_path.classify %>Controller < RodauthController # used by Rodauth for rendering views, CSRF protection, and running any # registered action callbacks and rescue_from handlers private def current_account(name = <%= ":#{table_prefix}" %>) super(name) end def rodauth(name = <%= ":#{table_prefix}" %>) super(name) end end end
Version data entries
57 entries across 57 versions & 1 rubygems