Project

General

Profile

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

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