Project has now correct owner and creator. Increased test coverage
This commit is contained in:
parent
91995909d9
commit
00a1f5bc2c
15 changed files with 241 additions and 113 deletions
|
@ -0,0 +1,5 @@
|
|||
class RenameOwnerToCreatorForProject < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column :projects, :owner_id, :creator_id
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue