Sha256: 978bc9b1cc4e476eae98be16f73dcaa26fd36d552e774099efefb2b9ab98d028

Contents?: true

Size: 229 Bytes

Versions: 9

Compression:

Stored size: 229 Bytes

Contents

# frozen_string_literal: true

module Example
  # Main routing entry point
  class App < LB::Project::App
    LB::Project::Route.setup(self)

    route do |r|
      r.i18n_set_locale_from(:http)

      r.public
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
lb-project-0.3.1 spec/fixtures/lib/example/app.rb
lb-project-0.3.0 spec/fixtures/lib/example/app.rb
lb-project-0.2.3 spec/fixtures/lib/example/app.rb
lb-project-0.2.2 spec/fixtures/lib/example/app.rb
lb-project-0.2.1 spec/fixtures/lib/example/app.rb
lb-project-0.2.0 spec/fixtures/lib/example/app.rb
lb-project-0.1.1 spec/fixtures/lib/example/app.rb
lb-project-0.1.0 spec/fixtures/lib/example/app.rb
lb-project-0.0.1 spec/fixtures/lib/example/app.rb