aboutsummaryrefslogblamecommitdiffstats
path: root/activesupport/lib/active_support/json/encoders/true_class.rb
blob: bc25a6db78cc3d8b3c73a1632721080abc40620e (plain) (tree)
1
2
3
4
5
6
               
         
                        

            
   
class TrueClass
  private
    def rails_to_json(*)
      'true'
    end
end