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

Version Path
authtown-0.5.0 lib/authtown/builder.rb
authtown-0.4.0 lib/authtown/builder.rb
authtown-0.3.0 lib/authtown/builder.rb
authtown-0.2.0 lib/authtown/builder.rb
authtown-0.1.0 lib/authtown/builder.rb