Class: AddCitoCacheType

Inherits:
ActiveRecord::Migration
  • Object
show all
Defined in:
lib/geostats/migrations/006_add_cito_cache_type.rb

Class Method Summary collapse

Class Method Details

.upObject



2
3
4
# File 'lib/geostats/migrations/006_add_cito_cache_type.rb', line 2

def self.up
  Geostats::CacheType.create! :name => "Cache In Trash Out Event"
end