Class: WheelsCheckoutAssetsGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/wheels_checkout_assets/wheels_checkout_assets_generator.rb

Instance Method Summary collapse

Instance Method Details

#checkout_filesObject



4
5
6
7
# File 'lib/generators/wheels_checkout_assets/wheels_checkout_assets_generator.rb', line 4

def checkout_files
  run "rm -rf public"
  run "git clone [email protected]:tylergannon/wheels_assets.git public"
end