fix pry gem warning

This commit is contained in:
r888888888
2014-04-12 01:27:55 -07:00
parent 89339e36bd
commit 360c3abc13

View File

@@ -264,6 +264,7 @@ Danbooru::Application.routes.draw do
resources :fposts, :controller => "forum_posts"
match "/m/posts", :controller => "mobile/posts", :action => "index"
match "/m/posts/:id", :controller => "mobile/posts", :action => "show"
match "/iqdb/similar_by_source", :controller => "iqdb", :action => "similar_by_source"
# legacy aliases
match "/artist" => redirect {|params, req| "/artists?page=#{req.params[:page]}&search[name]=#{CGI::escape(req.params[:name].to_s)}"}