cirandas.net

ref: master

plugins/admin_notifications/lib/ext/environment.rb


1
2
3
4
5
require_dependency 'environment'

class Environment
  has_many :notifications, class_name: 'AdminNotificationsPlugin::Notification', :as => :target
end