Annotated

This commit is contained in:
Dmitriy Zaporozhets 2012-10-09 11:14:17 +03:00
parent dc33f71b18
commit 41e53eb980
28 changed files with 225 additions and 2 deletions

View file

@ -1,3 +1,19 @@
# == Schema Information
#
# Table name: events
#
# id :integer not null, primary key
# target_type :string(255)
# target_id :integer
# title :string(255)
# data :text
# project_id :integer
# created_at :datetime not null
# updated_at :datetime not null
# action :integer
# author_id :integer
#
require 'spec_helper'
describe Event do