This message was imported from the Ruby/Rails Modularity Slack server. Find more info in the import thread.
Message originally sent by slack user U71TN2WF04X
Hello I am moving my application_job.rb file to a pack, but when I run the command rails g job example a new app/jobs/application_job.rb is generated. Has anyone solved this? I tried writing a monkey patch for the JobsGenerator but with no success yet.
~Not a perfect solution but - if you’re using the use packs gem, you can generate the job and then use the move command to put it in the right spot.~