Hi All
I am now using Rails 2.3.4
i would want to have a route like
http://localhost:3000/mysite/questions/show.xml/question-title
In Rails 2.1.2, i had used the format
map.namespace :mysite do |mysite|
mysite.show_question ''/questions/show.:format/:title'',
:controller
=> ''mysite_questions'', :action =>
''show''
end
But now the same route shows up an error in Rails 2.3.4.I am not able to
start the application even.
Kindly tell me what should be followed so that the application runs.
Thanks In Advance,
Charanya
--
Posted via http://www.ruby-forum.com/.
--
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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.