Project

General

Profile

Download (187 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddRemoteAddressToAudits < ActiveRecord::Migration
def up
add_column :audits, :remote_address, :string
end

def down
remove_column :audits, :remote_address
end
end

(88-88/282)