spec/dummy/db/schema.rb in seymour-0.0.7 vs spec/dummy/db/schema.rb in seymour-0.0.8

- old
+ new

@@ -1,5 +1,6 @@ +# encoding: UTF-8 # This file is auto-generated from the current state of the database. Instead # of editing this file, please use the migrations feature of Active Record to # incrementally modify your database, and then regenerate this schema definition. # # Note that this schema.rb definition is the authoritative source for your @@ -11,11 +12,11 @@ # It's strongly recommended to check this file into your version control system. ActiveRecord::Schema.define(:version => 20111015001158) do create_table "activities", :force => true do |t| - t.integer "subject_id" - t.string "subject_type" + t.integer "auditable_id" + t.string "auditable_type" t.integer "actor_id" t.datetime "created_at" t.datetime "updated_at" end