Created
December 14, 2013 10:29
-
-
Save marjinal1st/7957765 to your computer and use it in GitHub Desktop.
Routes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Routes for Kebapress::Engine: | |
posts GET /posts(.:format) kebapress/posts#index | |
post GET /posts/:id(.:format) kebapress/posts#show | |
hq_dashboard_index GET /hq/dashboard(.:format) kebapress/hq/dashboard#index | |
hq_posts GET /hq/posts(.:format) kebapress/hq/posts#index | |
POST /hq/posts(.:format) kebapress/hq/posts#create | |
new_hq_post GET /hq/posts/new(.:format) kebapress/hq/posts#new | |
edit_hq_post GET /hq/posts/:id/edit(.:format) kebapress/hq/posts#edit | |
hq_post GET /hq/posts/:id(.:format) kebapress/hq/posts#show | |
PATCH /hq/posts/:id(.:format) kebapress/hq/posts#update | |
PUT /hq/posts/:id(.:format) kebapress/hq/posts#update | |
DELETE /hq/posts/:id(.:format) kebapress/hq/posts#destroy | |
hq_categories GET /hq/categories(.:format) kebapress/hq/categories#index | |
POST /hq/categories(.:format) kebapress/hq/categories#create | |
new_hq_category GET /hq/categories/new(.:format) kebapress/hq/categories#new | |
edit_hq_category GET /hq/categories/:id/edit(.:format) kebapress/hq/categories#edit | |
hq_category GET /hq/categories/:id(.:format) kebapress/hq/categories#show | |
PATCH /hq/categories/:id(.:format) kebapress/hq/categories#update | |
PUT /hq/categories/:id(.:format) kebapress/hq/categories#update | |
DELETE /hq/categories/:id(.:format) kebapress/hq/categories#destroy | |
hq GET /hq(.:format) kebapress/hq/dashboard#index |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment