Displaying 1 result from an estimated 1 matches for "drop_out".
Did you mean:
prop_out
2007 Oct 23
2
to_json inconsistency?
Hello,
ActiveSupport::JSON::Variable.to_json is the only to_json without an
"options" parameter. Is this intended?
For example, this code in a .rjs
page[@user.dom_id].visual_effect :drop_out, :afterFinish =>
ActiveSupport::JSON::Variable.new("foo")
fails with
ActionView::TemplateError: wrong number of arguments (1 for 0)
On line #7 of app/views/admin/users/enable.rjs
7: page[@user.dom_id].visual_effect :drop_out, :afterFinish =>
ActiveSupport::JSON::Var...