Skip to content

Commit

Permalink
Revert "Don’t force cable.yml config (#55)"
Browse files Browse the repository at this point in the history
This reverts commit 7cce173.
  • Loading branch information
npezza93 committed Jan 25, 2025
1 parent fcd0042 commit 4e4a111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/solid_cable/install/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ class SolidCable::InstallGenerator < Rails::Generators::Base

def copy_files
template "db/cable_schema.rb"
template "config/cable.yml"
template "config/cable.yml", force: true
end
end

0 comments on commit 4e4a111

Please sign in to comment.