Sha256: c26f7e445c85e320f57b5535dae052ba4216d9d52a1b448b88167274209567b2

Contents?: true

Size: 634 Bytes

Versions: 28

Compression:

Stored size: 634 Bytes

Contents

class <%= @target_prefix %>NotificationsController < ActivityNotification::NotificationsController
  # GET /:target_type/:target_id/notifications
  # def index
  #   super
  # end

  # POST /:target_type/:target_id/notifications/open_all
  # def open_all
  #   super
  # end

  # GET /:target_type/:target_id/notifications/:id
  # def show
  #   super
  # end

  # DELETE /:target_type/:target_id/notifications/:id
  # def destroy
  #   super
  # end

  # PUT /:target_type/:target_id/notifications/:id/open
  # def open
  #   super
  # end

  # GET /:target_type/:target_id/notifications/:id/move
  # def move
  #   super
  # end
end

Version data entries

28 entries across 14 versions & 1 rubygems

Version Path
activity_notification-2.3.3 lib/generators/templates/controllers/notifications_controller.rb
activity_notification-2.3.3 lib/generators/templates/controllers/notifications_api_controller.rb
activity_notification-2.3.2 lib/generators/templates/controllers/notifications_controller.rb
activity_notification-2.3.2 lib/generators/templates/controllers/notifications_api_controller.rb
activity_notification-2.3.1 lib/generators/templates/controllers/notifications_api_controller.rb
activity_notification-2.3.1 lib/generators/templates/controllers/notifications_controller.rb
activity_notification-2.3.0 lib/generators/templates/controllers/notifications_controller.rb
activity_notification-2.3.0 lib/generators/templates/controllers/notifications_api_controller.rb
activity_notification-2.2.4 lib/generators/templates/controllers/notifications_controller.rb
activity_notification-2.2.4 lib/generators/templates/controllers/notifications_api_controller.rb
activity_notification-2.2.3 lib/generators/templates/controllers/notifications_controller.rb
activity_notification-2.2.3 lib/generators/templates/controllers/notifications_api_controller.rb
activity_notification-2.2.2 lib/generators/templates/controllers/notifications_api_controller.rb
activity_notification-2.2.2 lib/generators/templates/controllers/notifications_controller.rb
activity_notification-2.2.1 lib/generators/templates/controllers/notifications_controller.rb
activity_notification-2.2.1 lib/generators/templates/controllers/notifications_api_controller.rb
activity_notification-2.2.0 lib/generators/templates/controllers/notifications_controller.rb
activity_notification-2.2.0 lib/generators/templates/controllers/notifications_api_controller.rb
activity_notification-2.1.4 lib/generators/templates/controllers/notifications_api_controller.rb
activity_notification-2.1.4 lib/generators/templates/controllers/notifications_controller.rb