Skip to content

Commit

Permalink
Another temp model.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrittTheIsh committed Sep 20, 2011
1 parent c058abb commit 00fa4e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions db/migrate/20110613204114_add_lists.rb
Expand Up @@ -4,6 +4,10 @@ class List < ActiveRecord::Base
has_many :tasks
end

class Task < ActiveRecord::Base
belongs_to :list
end


def self.up

Expand Down

0 comments on commit 00fa4e7

Please sign in to comment.