Still a work in progress

This commit is contained in:
Jason Denney
2012-12-26 21:21:58 -05:00
parent 985451f959
commit 4ebcbca081
11 changed files with 160 additions and 10 deletions
@@ -10,7 +10,7 @@ class ActsAsLoggableMigration < ActiveRecord::Migration
t.datetime "end_date", :null => false
t.text :description, :default => ""
t.integer :action_id, :default => 0
t.references :log_action, :polymorphic => true
t.timestamps
end