Skip to content

Commit

Permalink
On aime ça
Browse files Browse the repository at this point in the history
  • Loading branch information
slash4 committed Sep 26, 2013
1 parent b0ee5cf commit 81879cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rails3-jquery-autocomplete/autocomplete.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def autocomplete(object, method, options = {})
method = options[:column_name] if options.has_key?(:column_name)

term = params[:term]
site_id = sessions[:wop_cur_role].site.id
site_id = session[:wop_cur_role].site.id

if term && !term.blank?
#allow specifying fully qualified class name for model object
Expand Down

0 comments on commit 81879cc

Please sign in to comment.