Skip to content

Commit 0121f23

Browse files
authored
Merge pull request rails#51639 from rails/ac-version
Let Action Cable's autoloader ignore the version file
2 parents 271dab6 + b05603f commit 0121f23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actioncable/lib/action_cable.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
loader.ignore(
3232
"#{__dir__}/rails", # Contains generators, templates, docs, etc.
3333
"#{__dir__}/action_cable/gem_version.rb",
34+
"#{__dir__}/action_cable/version.rb",
3435
"#{__dir__}/action_cable/deprecator.rb",
3536
)
3637

0 commit comments

Comments
 (0)