Created
December 6, 2018 06:12
-
-
Save abhianair/110d599fcd1ada2b0713dd8aa408cff1 to your computer and use it in GitHub Desktop.
Does not need that todo_list exist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Task < ApplicationRecord | |
belongs_to :todo_list, optional: true | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment