Class: AddCitoCacheType
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- AddCitoCacheType
- Defined in:
- lib/geostats/migrations/006_add_cito_cache_type.rb
Class Method Summary collapse
Class Method Details
.up ⇒ Object
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 |