"Missing template homepage/index.erb"

I’m getting a missing template error, saying that my application doesn’t
have the “homepage/index.erb” file.

Missing template homepage/index.erb in view path
/home/adistar/adistar_topics/releases/20081231112517/app/views:
/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:95:in
`find_full_path’

I do have the homepage/index.html.erb file, but not the index.erb file.
Is there a reason why I would need the index.erb file? Do you think I
might have some coding issue?