Functional tests now work properly, bearing in mind whether a user is logged in or...
[depot.git] / json / encoders / nil_class.rb
1 class NilClass
2 def to_json(options = nil) #:nodoc:
3 'null'
4 end
5 end