Functional tests now work properly, bearing in mind whether a user is logged in or...
[depot.git] / vendor / rails / activesupport / lib / active_support / json / encoders / false_class.rb
1 class FalseClass
2 def to_json(options = nil) #:nodoc:
3 'false'
4 end
5 end