Skip to content

Instantly share code, notes, and snippets.

@abhianair
Created December 6, 2018 06:12
Show Gist options
  • Save abhianair/110d599fcd1ada2b0713dd8aa408cff1 to your computer and use it in GitHub Desktop.
Save abhianair/110d599fcd1ada2b0713dd8aa408cff1 to your computer and use it in GitHub Desktop.
Does not need that todo_list exist
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