Module: Eastwood
- Defined in:
- lib/eastwood.rb,
lib/eastwood/rails.rb,
lib/eastwood/config.rb,
lib/eastwood/engine.rb,
lib/eastwood/context.rb,
lib/eastwood/version.rb,
lib/eastwood/context/action_route.rb,
lib/eastwood/context/client_route.rb,
lib/eastwood/context/journey_route.rb,
lib/eastwood/context/route_helpers.rb
Defined Under Namespace
Modules: Config, Context, Rails Classes: EastwoodError, Engine, InvalidRouteStyleError
Constant Summary collapse
- VERSION =
'0.5.1'
Class Method Summary collapse
Class Method Details
.configure {|_self| ... } ⇒ Object
16 17 18 |
# File 'lib/eastwood.rb', line 16 def configure yield self end |