CSV filepath

The relative path starts at your Rails app root. Try public/students.csv. Is this method in a model, controller, some other script?

Using `p' won't work in a model or controller, but you can use logger.info to write your own text to the application log if you like.

Dom