Errors running methods on page 125
Alan Bonde
1 post
|
I haven’t been able to get the proper results with the IRB using the “meeting_path” or “meeting_url” methods. I get the following results.
I get the correct results when I implement them in the index.html.erb file as shown on page 126. Any ideas? Win XP, Rails 2.0.2, Ruby 1.8.6 |
Derek DeVries
8 posts
|
The named routes helper methods aren’t available within top level scope in the console. They are available within the view files (index.html.erb) because Rails automatically includes them as helpers within our controllers and views. To use these methods in the console you need to first include the
|
2 posts, 2 voices
