aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/json/encoders/numeric.rb
blob: b969902da0289f8194984b412dd0f7c83b1b00ef (plain) (blame)
1
2
3
4
5
class Numeric
  def rails_to_json(options = nil) #:nodoc:
    to_s
  end
end