module ActiveSupport::ToJsonWithActiveSupportEncoder

Public Instance Methods

to_jason(options = nil) click to toggle source
# File lib/active_support/to_json_with_active_support_encoder.rb, line 3
def to_jason(options = nil)
  to_json(options)
end