Sha256: a87c69d70756aca314be550e0c41b733564d2e5ac5a2ee12a6a8f8509da980c4
Contents?: true
Size: 239 Bytes
Versions: 5
Compression:
Stored size: 239 Bytes
Contents
# frozen_string_literal: true module Authtown class Builder < Bridgetown::Builder def build helper(:rodauth) { helpers.view.resource.roda_app&.rodauth } helper(:current_user) { Authtown::Current.user } end end end
Version data entries
5 entries across 5 versions & 1 rubygems