Commit 925eb0c
authored
Support Rails 6.0
DEPRECATION WARNING: Single arity template handlers are deprecated. Template handlers must
now accept two parameters, the view object and the source for the view object.
Change:
>> Typescript::Rails::TemplateHandler.call(template)
To:
>> Typescript::Rails::TemplateHandler.call(template, source)
(called from <top (required)> at /home/coderhs/work/senitron/athena_senitron_cloud/config/application.rb:20)1 parent 56ff7aa commit 925eb0c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments