Added duration to tasks. Annotated all models.
This commit is contained in:
parent
face58ebef
commit
dcd2a514a6
30 changed files with 494 additions and 431 deletions
7
test/fixtures/messages.yml
vendored
7
test/fixtures/messages.yml
vendored
|
|
@ -1,3 +1,6 @@
|
|||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
|
||||
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: messages
|
||||
|
|
@ -8,9 +11,7 @@
|
|||
# subject :string(255) not null
|
||||
# body :text
|
||||
# email_state :integer default(0), not null
|
||||
# private :boolean
|
||||
# private :boolean default(FALSE)
|
||||
# created_at :datetime
|
||||
#
|
||||
|
||||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue