class AsyncActiveJobGenerator

Public Instance Methods

create_executable_file() click to toggle source
# File lib/generators/async_active_job/async_active_job_generator.rb, line 8
def create_executable_file
  template 'script', 'bin/async_active_job'
  chmod 'bin/async_active_job', 0o755
end