5 6 7 8
# File 'lib/authtown/builder.rb', line 5 def build helper(:rodauth) { helpers.view.resource.roda_app&.rodauth } helper(:current_user) { Authtown::Current.user } end