Project

General

Profile

Download (131 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddManagedToNics < ActiveRecord::Migration
def change
add_column :nics, :managed, :boolean, :default => true
end
end
(219-219/242)