def view_name
end
lines to the controller responsible for it, but when I try access it I get a 404 error. The funny part is that the views created when the controller was created using the script/generate method are alive and kicking. Can anyone explain why this is so?