Project

General

Profile

Download (198 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddIgnoreTypesToTaxonomy < ActiveRecord::Migration
def self.up
add_column :taxonomies, :ignore_types, :text
end

def self.down
remove_column :taxonomies, :ignore_types
end
end
(142-142/242)