Topic: not working after renaming .rjs to .js.erb (solved)
I renamed my files from .rjs to .js.erb, but it doesn't seem to work. I'm sure I'm missing something pretty basic.
This is what I have in my controller:
respond_to do |format|
format.html
format.js
end
I also renamed .rhtml files to .html.erb which works fine... Anyone have issues with .js.erb naming?
Last edited by sthapit (2007-12-07 13:17:55)