Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix ERB deprecation warning example warning: ``` lib/generators/scenic/model/model_generator.rb:39: warning: Passing safe_level with the 2nd argument of ERB.new is deprecated. Do not use it, and specify other arguments as keyword arguments. ``` followed Ruby standard library style to make distinction on ERB version check: ruby/ruby@3406c5d
- Loading branch information