Class: Belt::Application
- Inherits:
-
Object
- Object
- Belt::Application
- Defined in:
- lib/belt/route_dsl.rb
Overview
Application object providing Rails-style ‘Belt.application.routes.draw` DSL.
Defined Under Namespace
Classes: RouteBuilder, Routes
Instance Method Summary collapse
Instance Method Details
#schema ⇒ Object
298 299 300 |
# File 'lib/belt/route_dsl.rb', line 298 def schema @schema ||= SchemaBuilder.new end |