jQuery from CDN, work on search

This commit is contained in:
magnolia-fan
2011-07-04 19:09:44 +04:00
parent f92693d847
commit 495d0a08df
24 changed files with 235 additions and 924 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ class ArtistController < ApplicationController
end
render :json => {
:query => params[:query],
:suggestions => suggestions.take(10)
:suggestions => suggestions.take(5)
}
end