Commit 5a019c2
committed
Explicitly test for ActionController::Base in addition to Rails
The code uses ActionController::Base, but it is possible to have Rails
defined, but not ActionController::Base. In the old situation, the code
would have raised due to ActionController::Base not being defined.1 parent d0e22cb commit 5a019c2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments