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