Class: WheelsCheckoutAssetsGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- WheelsCheckoutAssetsGenerator
- Defined in:
- lib/generators/wheels_checkout_assets/wheels_checkout_assets_generator.rb
Instance Method Summary collapse
Instance Method Details
#checkout_files ⇒ Object
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 |