Sha256: df9fe689d397a2e6d73ea3e78a7aaa1efcc430b3520f8cb8986b26ffc49c4f8f
Contents?: true
Size: 337 Bytes
Versions: 1
Compression:
Stored size: 337 Bytes
Contents
Teaspoon::Engine.routes.draw do root to: "suite#index" match "/fixtures/*filename", to: "suite#fixtures", via: :get match "/:suite", as: "suite", to: "suite#show", via: :get, defaults: { suite: "default" } match "/:suite/:hook", as: "suite_hook", to: "suite#hook", via: :post, defaults: { suite: "default", hook: "default" } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
teaspoon-0.9.0 | config/routes.rb |