Sha256: a8a4e4497287030491411863e4caca9f088c1f0f3fc9a8adc8d639ffa1374c25

Contents?: true

Size: 142 Bytes

Versions: 1

Compression:

Stored size: 142 Bytes

Contents

Throwup::Engine.routes.draw do
  root :to  => "wireframes#index", :as => :wireframes
  get ":id" => "wireframes#show",  :as => :wireframe
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
throwup-0.0.1 config/routes.rb