Skip to content

Commit 7cce173

Browse files
authored
Don’t force cable.yml config (#55)
1 parent d52bbd8 commit 7cce173

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", force: true
8+
template "config/cable.yml"
99
end
1010
end

0 commit comments

Comments
 (0)