Sha256: e49a636fb518fe80611077b85c3a128eb7bcbda866ae004f095958b0386dd1b3
Contents?: true
Size: 293 Bytes
Versions: 7
Compression:
Stored size: 293 Bytes
Contents
module KineticCafe # If Rails is defined, KineticCafe::ErrorEngine will be loaded automatically, # providing access to the KineticCafe::ErrorHandler. class ErrorEngine < ::Rails::Engine rakefile = "#{__dir__}/error_tasks.rake" rake_tasks do load rakefile end end end
Version data entries
7 entries across 7 versions & 1 rubygems