Displaying 1 result from an estimated 1 matches for "6754ae7".
Did you mean:
675417
2010 Aug 28
0
Rails 3 rendering XML problem
...ormats=>[:xml],
:handlers=>[:rjs, :haml, :erb, :rhtml, :builder, :rxml]} in view paths
"/Users/fcoury/Projects/backend/app/views",
"/Users/fcoury/Projects/backend/vendor/plugins/haml/app/views",
"/Users/fcoury/.rvm/gems/ree-1.8.7-2010.01@rails3/bundler/gems/
devise-6754ae7/app/views"
Also, my ApplicationController is pretty simple:
class ApplicationController < ActionController::Base
protect_from_forgery
layout ''application''
end
I have tried taking out the layout line from the control, but same
result.
Don''t know if it'...