We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ca317 commit 7cc20a5Copy full SHA for 7cc20a5
lib/rails_stats/stats_calculator.rb
@@ -18,7 +18,7 @@ def initialize(root_directory)
18
@test_loc = calculate_tests
19
@schema = calculate_create_table_calls
20
@sti = calculate_sti
21
- @polymorphic = calculate_polymorphic
+ @polymorphic = calculate_polymorphic
22
@files_total, @code_total, @tests_total, @grand_total = calculate_totals
23
end
24
0 commit comments