class DispatchRider::InstallGenerator

Public Instance Methods

create_scripts() click to toggle source
# File lib/generators/dispatch_rider/install/install_generator.rb, line 6
def create_scripts
  copy_file "script/dispatch_rider", "script/dispatch_rider"
  chmod 'script/dispatch_rider', 0755
end