Sha256: c7daf5fa844d37f3340f1c4a4686d2da7399b187ee2b6c7345c72149c113019c

Contents?: true

Size: 149 Bytes

Versions: 25

Compression:

Stored size: 149 Bytes

Contents

module LHC
  module Formats
    extend ActiveSupport::Concern

    module ClassMethods
      def json
        JsonFormat
      end
    end
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
lhc-3.5.4 lib/lhc/concerns/lhc/formats.rb
lhc-3.5.3 lib/lhc/concerns/lhc/formats.rb
lhc-3.5.2 lib/lhc/concerns/lhc/formats.rb
lhc-3.5.1 lib/lhc/concerns/lhc/formats.rb
lhc-3.5.0 lib/lhc/concerns/lhc/formats.rb