test/rails31/app/controllers/flash_controller.rb in glow-0.0.10 vs test/rails31/app/controllers/flash_controller.rb in glow-0.0.11
- old
+ new
@@ -10,9 +10,10 @@
def ajax
respond_to do |wants|
wants.js {
flash[params[:type].to_sym] = params[:message]
+ head :ok
}
end
end
end