ledermann / unread

Handle unread records and mark them as read with Ruby on Rails
MIT License
739 stars 121 forks source link

Documentation for `on:` of `acts_as_readable` #88

Closed aried3r closed 7 years ago

aried3r commented 7 years ago

Hey! I was wondering if I could get a bit more documentation on the on: part of acts_as_readable, on: :update. I saw the code here and the specs here, but couldn't really figure out what it's good for.

Could somebody elaborate a bit?

aried3r commented 7 years ago

Thanks @ledermann!