Mention the User association setup in the docs #355
adamlofting
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While setting up
noticed
for the first time today, and following the docs in the README, it took me a little while to work out that we need to define thehas_many :notifications, as: :recipient
relation on theUser
model.I later found this is mentioned in the screencast, but it's not in the docs and adding an explanation about this could help new users.
Overall though, I'm enjoying the design of
noticed
, so thanks for all the work that has gone into it already.Beta Was this translation helpful? Give feedback.
All reactions