Previously it failed with solid_cable/lib/generators/solid_cable/install/templates/config/cable.yml:3:in template: undefined local variable or method console for an instance of SolidCable::InstallGenerator (NameError)
After adding an ERB escape, ie <%% it was having the same issue in final Rails app.
Previously it failed with solid_cable/lib/generators/solid_cable/install/templates/config/cable.yml:3:in template: undefined local variable or method console for an instance of SolidCable::InstallGenerator (NameError)
After adding an ERB escape, ie <%% it was having the same issue in final Rails app.