environment_notification_plugin_admin_controller.rb 186 Bytes
class EnvironmentNotificationPluginAdminController < AdminController

  include NotificationManager

  before_filter :admin_required

  protected
  def target
    environment
  end

end