Sha256: 435d266ae586beb3ec776290198b6a88254603d125d9907c24a66c159d7632bb

Contents?: true

Size: 258 Bytes

Versions: 2

Compression:

Stored size: 258 Bytes

Contents

Dummy::Application.routes.draw do
  get "/posts", to: "posts#index"
  get "/posts_with_query", to: "posts#index_with_query"
  get "/posts_with_error", to: "posts#index_with_error"

  # redirect
  match "/blog" => redirect("http://myblog.posterous.com/")
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
caliper-0.0.2 spec/dummy/config/routes.rb
caliper-0.0.1 spec/dummy/config/routes.rb