call `gem` `erubis` before require

For inform that need to add `erubis` to gemfile.
This commit is contained in:
yuuji.yaginuma 2017-02-01 10:43:38 +09:00
parent d51513590c
commit 64920d907d
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
gem "erubis"
require "erubis"
module ActionView