Sha256: cc566b4ecfa9f88518a0e3719c75191a36a8586a7e5fcc8e0c69fd000a8c777a

Contents?: true

Size: 395 Bytes

Versions: 2

Compression:

Stored size: 395 Bytes

Contents

class Recipes::Cleanup < Rails::AppBuilder
  def create
    erase_comments "config/application.rb"
    erase_comments "config/environments/production.rb"
    erase_comments "config/environments/staging.rb"
    erase_comments "config/environments/test.rb"
    erase_comments "config/environments/development.rb"
    cut_comments "config/initializers/backtrace_silencers.rb", limit: 100
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
potassium-2.1.0 lib/potassium/recipes/cleanup.rb
potassium-2.0.0 lib/potassium/recipes/cleanup.rb