Sha256: 7e021722c544a0ea6d7f9ed63b955058150311cc77c4d41b7a682bd69e1c7dc0
Contents?: true
Size: 284 Bytes
Versions: 54
Compression:
Stored size: 284 Bytes
Contents
module DispatchRider class InstallGenerator < ::Rails::Generators::Base source_root File.expand_path("../templates", __FILE__) def create_scripts copy_file "script/dispatch_rider", "script/dispatch_rider" chmod 'script/dispatch_rider', 0755 end end end
Version data entries
54 entries across 54 versions & 1 rubygems