Skip to content

Instantly share code, notes, and snippets.

@jdunphy
Created September 1, 2009 18:51
Show Gist options
  • Save jdunphy/179300 to your computer and use it in GitHub Desktop.
Save jdunphy/179300 to your computer and use it in GitHub Desktop.
if @geo_locations.blank?
params.merge!( MobHelper::LOCATION_NEXT_CTRL => 'search' )
params.merge!( MobHelper::LOCATION_NEXT_ACT => 'search_brand' )
params.merge!( :controller => 'location' )
params.merge!( :action => 'find_location' )
params.merge!( :only_path => true )
params.merge!( :search_term => @search_term )
params.merge!( :search_key => @search_key )
redirect_to params
return
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment