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?
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
Post a Comment