Class: Recipes::Tzinfo

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

Instance Method Summary collapse

Instance Method Details

#createObject



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

def create
  gather_gems(:production, :development, :test) do
    gather_gem("tzinfo-data")
  end
end