rails not identifying haml - rails 2.3.8 -


i have rails 2.3.8 project running on ruby (ruby 1.8.7 (2010-06-23 patchlevel 299) [i686-linux]),

i have folder in app/views called uploads , has haml file

_files.html.haml 

but when try call using

<%= render :partial =>  "/uploads/files"%> 

is says

missing template /uploads/_users.erb in view path app/views:vendor/plugins/devise-1.0.8/app/views 

it appears tried locate .erb (_users.erb) file name _users.html.haml

how can fix this, appriciated

cheers

sameera

do have haml gem listed in gemfile? believe that's needs done.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -