Sha256: e0b8a2bb4f3b81cddd9e49bdd90dbcb4042047a8f724804a39d797eb7e526233

Contents?: true

Size: 317 Bytes

Versions: 2

Compression:

Stored size: 317 Bytes

Contents

Rails.application.routes.draw do
  get "#order" => "order/orders#index" , :as => :order_page

  get "order.html" => "order/orders#index" , :as => :order_tpl


  get "category.html" => "order/orders#category" , :as => :order_category_tpl

  get "product.html" => "order/orders#product" , :as => :order_product_tpl
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stayind-order-0.0.2 config/routes.rb~
stayind-order-0.0.1 config/routes.rb~