Project

General

Profile

Download (189 Bytes) Statistics
| Branch: | Tag: | Revision:
class RemoveChefProxy < ActiveRecord::Migration
def up
Feature.delete_all("name = 'Chef Proxy'")
end

def down
Feature.where(:name => "Chef Proxy").first_or_create!
end
end
(286-286/292)