Module: Notifly::ViewHelper
- Defined in:
- app/helpers/notifly/view_helper.rb
Instance Method Summary collapse
- #notiflies ⇒ Object
- #notiflies_for(receiver) ⇒ Object
- #notifly_icon(have_notifications = false) ⇒ Object
Instance Method Details
#notiflies ⇒ Object
3 4 5 |
# File 'app/helpers/notifly/view_helper.rb', line 3 def notiflies notiflies_for current_user end |
#notiflies_for(receiver) ⇒ Object
7 8 9 |
# File 'app/helpers/notifly/view_helper.rb', line 7 def notiflies_for(receiver) render partial: 'notifly/layouts/notifly', locals: { receiver: receiver } end |