Sha256: a1c7062adec19ab56973846b9058e39ecc7e945c9230ae8770661f22d0b2dd26

Contents?: true

Size: 134 Bytes

Versions: 1

Compression:

Stored size: 134 Bytes

Contents

module ActiveSupport
  module ToJsonWithActiveSupportEncoder
    def to_jason(options = nil)
      to_json(options)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
to_jason-0.1.0 lib/active_support/to_json_with_active_support_encoder.rb