Nicolae Claudius
11 years ago
4 changed files with 15 additions and 2 deletions
@ -0,0 +1 @@
|
||||
PaperTrail::Version.send :include, Stampable |
@ -0,0 +1,6 @@
|
||||
class AddUserstampsToVersions < ActiveRecord::Migration |
||||
def change |
||||
add_column :versions, :creator_id, :integer |
||||
add_column :versions, :updator_id, :integer |
||||
end |
||||
end |
Loading…
Reference in new issue