Skip to content

Instantly share code, notes, and snippets.

@seaofclouds
Created September 10, 2008 18:36
Show Gist options
  • Save seaofclouds/9993 to your computer and use it in GitHub Desktop.
Save seaofclouds/9993 to your computer and use it in GitHub Desktop.
def index
@query = params[:query] || ''
params[:to_language_ids] && params[:to_language_ids].size <= 1 ?
monolingual(params[:to_language_ids].first) :
multilingual
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment