Method: Sunshine::ServerApp#symlink_current_dir

Defined in:
lib/sunshine/server_app.rb

Creates a symlink to the app’s checkout path.



612
613
614
# File 'lib/sunshine/server_app.rb', line 612

def symlink_current_dir
  @shell.symlink self.checkout_path, self.current_path
end