> uninitialized constant Mime::FXML
I'm seeing this bit of unpleasantness from my blessed Heroku but not
with the same code on my local development environment. Any ideas as
to what I might have horked and how I might fix it? :)
My controller contains this block:
respond_to do |format|
format.html # index.html.erb
format.xml { render :xml => @quizzes }
format.fxml { render :xml => @quizzes }
end
Thanks!
- Dan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Heroku" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---