added bookmarklet

This commit is contained in:
albert
2011-09-29 16:23:27 -04:00
parent 895ae18160
commit 8235cee8a9
4 changed files with 14 additions and 4 deletions

View File

@@ -150,8 +150,9 @@ Danbooru::Application.routes.draw do
resources :ftopics, :controller => "forum_topics"
resources :fposts, :controller => "forum_posts"
match "/site_map" => "static#site_map", :as => "site_map"
match "/terms_of_service" => "static#terms_of_service", :as => "terms_of_service"
match "/static/bookmarklet" => "static#bookmarklet", :as => "bookmarklet"
match "/static/site_map" => "static#site_map", :as => "site_map"
match "/static/terms_of_service" => "static#terms_of_service", :as => "terms_of_service"
root :to => "posts#index"
end