diff --git a/config/routes.rb b/config/routes.rb index 600c08f..516f5f3 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -23,6 +23,7 @@ module Adamantium get "/bookmarks/metadata/:id", to: "bookmarks.metadata" get "/bookmark/:slug", to: "bookmarks.show" + get "/photos", to: "photos.index" get "/places", to: "places.index" get "/tagged/:slug", to: "tags.show"