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 - JavaFX 2 slider labelFormatter not being used -

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -