Class: Authtown::Builder

Inherits:
Bridgetown::Builder
  • Object
show all
Defined in:
lib/authtown/builder.rb

Instance Method Summary collapse

Instance Method Details

#buildObject



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