Skip to content

Commit 5a1059b

Browse files
committed
Require Rails::Engine instead of Rails::Railtie
This is the way turbo-rails is set up, and seems more correct.
1 parent 6fbd01b commit 5a1059b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/katalyst/kpop/engine.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
require "rails/railtie"
3+
require "rails/engine"
44
require "turbo-rails"
55

66
module Katalyst

0 commit comments

Comments
 (0)