1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Give us some space please

This commit is contained in:
Kasper Timm Hansen 2020-02-10 02:39:08 +01:00
parent 420d533021
commit 9e4354a017
No known key found for this signature in database
GPG key ID: 191153215EDA53D8

View file

@ -72,7 +72,7 @@ class ModuleConcernTest < ActiveSupport::TestCase
end
end
concerning :Baz, prepend:true do
concerning :Baz, prepend: true do
module ClassMethods
def will_be_orphaned_also; end
end