Skip to content

Commit 4e4a111

Browse files
committed
Revert "Don’t force cable.yml config (#55)"
This reverts commit 7cce173.
1 parent fcd0042 commit 4e4a111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generators/solid_cable/install/install_generator.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ class SolidCable::InstallGenerator < Rails::Generators::Base
55

66
def copy_files
77
template "db/cable_schema.rb"
8-
template "config/cable.yml"
8+
template "config/cable.yml", force: true
99
end
1010
end

0 commit comments

Comments
 (0)