Project

General

Profile

Download (165 Bytes) Statistics
| Branch: | Tag: | Revision:
class RemovePuppetDocRootSetting < ActiveRecord::Migration
def up
Setting.where(:name => 'document_root', :category => 'Setting::Puppet').delete_all
end
end
(337-337/337)