Sha256: 8bbacfa6bb2839cc813c069df916ba14766652174e1fb642efda4bb7c73747e3
Contents?: true
Size: 366 Bytes
Versions: 29
Compression:
Stored size: 366 Bytes
Contents
# frozen_string_literal: true module LHC module FormatsConcern extend ActiveSupport::Concern module ClassMethods def form LHC::Formats::Form end def json LHC::Formats::JSON end def multipart LHC::Formats::Multipart end def plain LHC::Formats::Plain end end end end
Version data entries
29 entries across 29 versions & 1 rubygems