File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -67,11 +67,11 @@ namespace :db do
67
67
68
68
task :check => :connect do
69
69
puts "legacy => ported"
70
- puts "Likes: #{ Legacy [ :likes ] } => #{ Like . count } "
71
- puts "Comments: #{ Legacy [ :comments ] } => #{ Comment . count } "
72
- puts "Protips: #{ Legacy [ :protips ] } => #{ Protip . count } "
73
- puts "Badges: #{ Legacy [ :badges ] } => #{ Badge . count } "
74
- puts "Users: #{ Legacy [ :users ] } => #{ User . count } "
70
+ puts "Likes: #{ Legacy [ :likes ] . count } => #{ Like . count } "
71
+ puts "Comments: #{ Legacy [ :comments ] . count } => #{ Comment . count } "
72
+ puts "Protips: #{ Legacy [ :protips ] . count } => #{ Protip . count } "
73
+ puts "Badges: #{ Legacy [ :badges ] . count } => #{ Badge . count } "
74
+ puts "Users: #{ Legacy [ :users ] . count } => #{ User . count } "
75
75
end
76
76
77
77
task :connect => :environment do
You can’t perform that action at this time.
0 commit comments