Sha256: 1472bb2d8c4116ce996abe87e94cb7c74353ff95d864c30d618f9d01fedef6d5

Contents?: true

Size: 213 Bytes

Versions: 1

Compression:

Stored size: 213 Bytes

Contents

require 'encore/entity/output/json'

module Encore
  module Entity
    module Output
      extend ActiveSupport::Concern

      included do
        include Encore::Entity::Output::JSON
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
encore-0.0.3 lib/encore/entity/output.rb