Sha256: 291eae3f45e5fd5650d62efc40c0a42d6cecde097f265172918befc8898a2e6e

Contents?: true

Size: 263 Bytes

Versions: 5

Compression:

Stored size: 263 Bytes

Contents

# 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

5 entries across 5 versions & 1 rubygems

Version Path
karafka-0.6.0.rc1 lib/karafka/templates/application_controller.rb.example
karafka-0.5.0.3 lib/karafka/templates/application_controller.rb.example
karafka-0.5.0.2 lib/karafka/templates/application_controller.rb.example
karafka-0.5.0.1 lib/karafka/templates/application_controller.rb.example
karafka-0.5.0 lib/karafka/templates/application_controller.rb.example