Module: AmaLayout::Notifications::InstanceMethods

Defined in:
lib/ama_layout/notifications.rb

Instance Method Summary collapse

Instance Method Details

#notificationsObject



22
23
24
# File 'lib/ama_layout/notifications.rb', line 22

def notifications
  @notifications ||= NotificationSet.new(_store, _foreign_key)
end

#notifications=(other) ⇒ Object



26
27
28
# File 'lib/ama_layout/notifications.rb', line 26

def notifications=(other)
  @notifications = other
end