Ruby on Rails "Template is missing" Error -


i getting following error:

template missing

missing template admin/settings {:formats=>[:html], :locale=>[:en, :en], :handlers=>[:rxml, :erb, :builder, :rjs, :rhtml]} in view paths "c:/users/me/desktop/application/app/views"

but seems in place. made sure properties allow full access file troubleshooting, still no go. missing here?

enter image description here

ruby 1.8.7 rails 3.0.3

the name of template file should "settings.html.erb". you're missing "e" in file extension.

note part of error says :handlers=>[:rxml, :erb, :builder, :rjs, :rhtml]. file extension of view must 1 of these template processed.


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -