On Sat, Dec 24, 2011 at 10:38 AM, Ralph Shnelvar <li...@ruby-forum.com> wrote:

> how do I add a parameter?
>  root :to => 'home#show?locale=en'
> does not seem to work.

  root :to => 'home#show', :locale => :en

seems to :-)

-- 
Hassan Schroeder ------------------------ hassan.schroe...@gmail.com
http://about.me/hassanschroeder
twitter: @hassan

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to