Properly close a tag to avoid errors with some ruby versions

It raises an error if the ruby version is 2.5.0
This commit is contained in:
Humberto 2020-03-04 16:37:22 +00:00 committed by GitHub
parent c779d527d0
commit efb62fa3d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ require "active_support/core_ext/integer/time"
Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb.
<%-# Spring executes the reloaders when files change. %>
<%-# Spring executes the reloaders when files change. -%>
<%- if spring_install? -%>
config.cache_classes = false
config.action_view.cache_template_loading = true