Skip to content

Commit

Permalink
Add a helper task for the installer
Browse files Browse the repository at this point in the history
So it matches the rest of the Solid lineup
  • Loading branch information
dhh committed Sep 11, 2024
1 parent edcf889 commit be13d19
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/tasks/solid_cable_tasks.rake
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# frozen_string_literal: true

desc "Copy over the schema and set cache for Solid Cable"
namespace :solid_cable do
task :install do
Rails::Command.invoke :generate, [ "solid_cable:install" ]
end
end

0 comments on commit be13d19

Please sign in to comment.