Sha256: 5cad94c34a5b2013419793f47ac92f7e92d90b7f5d8d815e869001d88893fd0d
Contents?: true
Size: 372 Bytes
Versions: 12
Compression:
Stored size: 372 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 rodauth.rails_account end def rodauth(name = <%= ":#{table_prefix}" %>) super end end end
Version data entries
12 entries across 12 versions & 1 rubygems