I have installed rails 2.0.1 succesfully.
the problem is that i don’t know how to get the paths working
In my controller i have
def new
@Post = Post.new
end
in my new.html.erb
<% form_for(Post.new) do |f| %>
The result is
undefined method `posts_path’ for #ActionView::Base:0x25510c0
How can i setup the posts_path method.