Skip to content

Commit

Permalink
Update README (#424)
Browse files Browse the repository at this point in the history
Fix incorrect association reference in code example
  • Loading branch information
chuck-john committed Dec 5, 2023
1 parent 0a59c92 commit b955dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class TodoItem < ActiveRecord::Base
end

class TodoAttachment < ActiveRecord::Base
belongs_to :todo_list
belongs_to :todo_item
acts_as_list scope: :todo_item
end

Expand Down

0 comments on commit b955dc8

Please sign in to comment.