Skip to content

Commit

Permalink
Remove unneeded task in Super Scaffolding gem
Browse files Browse the repository at this point in the history
  • Loading branch information
gazayas committed Mar 1, 2024
1 parent b27f078 commit 665105d
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,2 @@
namespace :bullet_train do
desc "Next-level code generation"
task :super_scaffolding, [:all_options] => :environment do |t, arguments|
ARGV.pop while ARGV.any?

arguments[:all_options]&.split&.each do |argument|
ARGV.push(argument)
end

BulletTrain::SuperScaffolding::Runner.new.run
end
end

0 comments on commit 665105d

Please sign in to comment.