Sha256: 026f448530b8736cf565cda3d14a02da78b1aef9da9f234576e10bee1ca92048
Contents?: true
Size: 831 Bytes
Versions: 5
Compression:
Stored size: 831 Bytes
Contents
# frozen_string_literal: true require 'active_support/all' require 'respond_for_helper/formats/base' require 'respond_for_helper/formats/html' require 'respond_for_helper/formats/turbo_stream' require 'respond_for_helper/formats/json' require 'respond_for_helper/formats/any' require 'respond_for_helper/flashes/base' require 'respond_for_helper/flashes/timestamp' require 'respond_for_helper/config' require 'respond_for_helper/lookups/format' require 'respond_for_helper/lookups/flash' require 'respond_for_helper/behaviour' require 'respond_for_helper/respond' require 'respond_for_helper/controller' require 'respond_for_helper/helper' require 'respond_for_helper/railtie' if defined?(Rails) module RespondForHelper class << self def configure yield Config end def config Config end end end
Version data entries
5 entries across 5 versions & 1 rubygems