finish renaming pages to posts

This commit is contained in:
Torsten Ruger
2018-04-10 22:14:02 +03:00
parent ed8e3a93ad
commit 981048098a
5 changed files with 37 additions and 12 deletions

View File

@ -3,6 +3,6 @@ Rails.application.routes.draw do
root to: 'high_voltage/pages#show' , id: 'index'
get "/blog" , to: "blog#index" , as: :blog_index
get "/blog/*title" , to: "blog#page" , as: :blog_page
get "/blog/*title" , to: "blog#post" , as: :blog_post
end