Hi all,
I need help in this problem.
-
i have a model class named Photo, a controller Photos.
-
when typing the URL http://localhost:3000/photos Rails calls the default index method.
-
but when typing http://localhost:3000/photos/index error saying “Couldn’t find Photo with ID=index” pops up, i cant even imagine why.
-
my Rails version is 2.1.0
thanks in advance yours, Mostafa Badawi