Skip to content

Commit b663e26

Browse files
committed
Actually rename to rake initializers
1 parent cdbe4fd commit b663e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/lib/rails/tasks/initializers.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
desc "Print out all defined initializers in the order they are invoked by Rails."
2-
task initializer: :environment do
2+
task initializers: :environment do
33
Rails.application.initializers.tsort_each do |initializer|
44
puts initializer.name
55
end

0 commit comments

Comments
 (0)