Class: Recipes::Cleanup

Inherits:
Rails::AppBuilder
  • Object
show all
Defined in:
lib/potassium/recipes/cleanup.rb

Instance Method Summary collapse

Instance Method Details

#createObject



2
3
4
5
6
7
# File 'lib/potassium/recipes/cleanup.rb', line 2

def create
  erase_comments "config/application.rb"
  erase_comments "config/environments/production.rb"
  erase_comments "config/environments/test.rb"
  erase_comments "config/environments/development.rb"
end