Class: Recipes::BetterErrors

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

Instance Method Summary collapse

Instance Method Details

#createObject



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

def create
  gather_gems(:development, :test) do
    gather_gem('better_errors')
    gather_gem('binding_of_caller')
  end
end