lib/jt-rails-toolbox.rb in jt-rails-toolbox-2.0.0 vs lib/jt-rails-toolbox.rb in jt-rails-toolbox-2.1.0
- old
+ new
@@ -12,11 +12,11 @@
require 'yaml'
module JTRailsToolbox
- class Railtie < ::Rails::Railtie
+ class Engine < ::Rails::Engine
initializer "jt-rails-toolbox" do |app|
@params = {}
if ::File.exists?('config/jt-toolbox.yml')
@@ -120,7 +120,7 @@
ActiveJob::Base.queue_adapter = :sidekiq
end
end
-
+
end
\ No newline at end of file