File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
class ApplicationController < ActionController ::Base
2
2
include Pagy ::Backend
3
+
4
+ def hello
5
+ p hello
6
+ end
3
7
end
Original file line number Diff line number Diff line change 10
10
+----------------------+---------+---------+---------+---------+-----+-------+
11
11
| Channels | 8 | 8 | 2 | 0 | 0 | 0 |
12
12
| Configuration | 417 | 111 | 1 | 0 | 0 | 0 |
13
- | Controllers | 3 | 3 | 1 | 0 | 0 | 0 |
13
+ | Controllers | 7 | 6 | 1 | 1 | 1 | 4 |
14
14
| Helpers | 3 | 3 | 0 | 0 | 0 | 0 |
15
15
| Javascripts | 27 | 7 | 0 | 0 | 0 | 0 |
16
16
| Jobs | 7 | 2 | 1 | 0 | 0 | 0 |
17
17
| Mailers | 4 | 4 | 1 | 0 | 0 | 0 |
18
18
| Models | 3 | 3 | 1 | 0 | 0 | 0 |
19
19
+----------------------+---------+---------+---------+---------+-----+-------+
20
- | Code | 472 | 141 | 7 | 0 | 0 | 0 |
20
+ | Code | 476 | 144 | 7 | 1 | 0 | 142 |
21
21
| Tests | 0 | 0 | 0 | 0 | 0 | 0 |
22
- | Total | 472 | 141 | 7 | 0 | 0 | 0 |
22
+ | Total | 476 | 144 | 7 | 1 | 0 | 142 |
23
23
+----------------------+---------+---------+---------+---------+-----+-------+
24
- Code LOC: 141 Test LOC: 0 Code to Test Ratio: 1:0.0
24
+ Code LOC: 144 Test LOC: 0 Code to Test Ratio: 1:0.0
25
25
26
26
EOS
27
27
You can’t perform that action at this time.
0 commit comments