Project

General

Profile

Download (112 Bytes) Statistics
| Branch: | Tag: | Revision:
class RemoveAuditUserFk < ActiveRecord::Migration
def change
remove_foreign_key(:audits, :user)
end
end
(250-250/282)