Hello!
Thank you for reading my post, if I am not being careful about the use of terminology or am not being exactly clear enough for my question to be understood, kindly notify and I will correct.
I remember that when I used Rails 1.2, I can just add a blank action in a controller and then create a .rhtml with that same name as does the action and then I can just write "hello world"in that .rhtml and it will show in http://localhost:3000/controller/thatNewActionIJustWrote/
Now, I go back to my bookstore controller and add def greenapple end
and I go create greenapple.html.erb and I typed "hello world" in greenapple.html.erb (I know it's silly, I just wanted to demonstrate what my problem is)
It gives me: Routing Error No route matches "/greenapple/" with {:method => :get}
Any ideas? Or, which I am sure, if you know some web pages that I can read through, that will be great, too!!
Thanks a quintillion!
Nik