We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd0042 commit 4e4a111Copy full SHA for 4e4a111
lib/generators/solid_cable/install/install_generator.rb
@@ -5,6 +5,6 @@ class SolidCable::InstallGenerator < Rails::Generators::Base
5
6
def copy_files
7
template "db/cable_schema.rb"
8
- template "config/cable.yml"
+ template "config/cable.yml", force: true
9
end
10
0 commit comments