Did I miss some release note somewhere? I used to be able to, from the
Rails console, get paths and urls using:

app.posts_path or app.post_path(p)

Now, trying to do that, I get an error stating that those methods are
protected?

irb(main):001:0> app.posts_path
NoMethodError: protected method `posts_path’ called for
#<actiondispatch::integration::session:0x3bf67c0>

(Windows, Rails 3beta3, Ruby 1.9.1p378)

Thanks
-- 
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-t...@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