EJS File Load Error on Rails 3.1

Hi,

Does anyone know why I’m getting the following load error:

no such file to load – ejs (in
/home/dan/Projects/faculty/app/assets/templates/home/index.jst.ejs)

The index.jst.ejs file does exist and is located exactly where the error
message states.

I’ve appended ‘app/assets/template’ folder to config.assets.paths in my
Rails (version 3.1.3) application.rb file.

Thanks.

-Dan