On 9月22日, 下午9时46分, radhames brito <[email protected]> wrote: > match ':controller(/:action(/:id(.:format)))' > > will make all your actions available through get request. so be sure to hide > internal actions behind a private clause
Thanks! that's the point what i care about. Private actions won't be changed to accessible by uncommenting this line. isn't it? OK , I got it -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

