Add top track to weekly post
This commit is contained in:
@@ -16,6 +16,7 @@ module Adamantium
|
||||
end
|
||||
|
||||
get "/", to: "site.home"
|
||||
get "/post/top_tracks/:slug", to: "posts.top_tracks"
|
||||
get "/post/:slug", to: "posts.show"
|
||||
get "/posts", to: "posts.index"
|
||||
|
||||
|
Reference in New Issue
Block a user