This commit is contained in:
r888888888
2014-05-15 22:14:08 -07:00
parent 8f18b346ef
commit bfd1924481
2 changed files with 3 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ protected
@download = Iqdb::Download.new(params[:url])
@download.download_from_source
@download.find_similar
@results = @download.matches
render :layout => false, :action => "create_by_url"
end