Sha256: 4758b0ef1c7201b20673b685a3cd3c10b09410d5ff86bad2c0531081466e552f
Contents?: true
Size: 294 Bytes
Versions: 9
Compression:
Stored size: 294 Bytes
Contents
# frozen_string_literal: true # Application controller from which all Karafka controllers should inherit # You can rename it if it would conflict with your current code base (in case you're integrating # Karafka with other frameworks) class ApplicationController < Karafka::BaseController end
Version data entries
9 entries across 9 versions & 1 rubygems