Started working on a blog for the website; adjusted some styles
This commit is contained in:
@ -3,4 +3,7 @@ Rails.application.routes.draw do
|
||||
|
||||
get "/contact", to: "welcome#contact"
|
||||
get "/support", to: "welcome#support"
|
||||
|
||||
get "/blog", to: "blog#index"
|
||||
get "/blog/post/:id", to: "blog#show"
|
||||
end
|
||||
|
Reference in New Issue
Block a user