Class: CIJoePassenger::Install

Inherits:
Thor::Group
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/cijoe_passenger/install.rb

Instance Method Summary collapse

Instance Method Details

#installObject



9
10
11
12
13
# File 'lib/cijoe_passenger/install.rb', line 9

def install
  @cijoe_url = cijoe_url
  @app_path = Dir.pwd
  directory 'templates', @app_path
end