Skip to content

Commit 81fb7a2

Browse files
committed
Add missing require to railties/lib/rails/generators/testing/behavior.rb
1 parent dcc75f9 commit 81fb7a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

railties/lib/rails/command.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
require "active_support"
44
require "active_support/core_ext/enumerable"
55
require "active_support/core_ext/object/blank"
6+
require "rails/deprecator"
67

78
require "thor"
89

0 commit comments

Comments
 (0)