aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/json/encoders/numeric.rb
blob: c7cd0df1d79915bde7f192516ad1d11d471d598f (plain) (blame)
1
2
3
4
5
6
class Numeric
  private
    def rails_to_json(*)
      to_s
    end
end