Sha256: e7a00f99ebe62cb9fdfbf1f36903372c8a5c577a2b0b4ce562e159627eb2e3f7

Contents?: true

Size: 1.1 KB

Versions: 16

Compression:

Stored size: 1.1 KB

Contents

class Users::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

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

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

  # No action routing
  # This method needs to be public since it is called from view helper
  # def target_view_path
  #   super
  # end

  # protected

  # def set_target
  #   super
  # end

  # def set_notification
  #   super
  # end

  # def set_index_options
  #   super
  # end

  # def load_notification_index(options = {})
  #   super(options)
  # end

  # def controller_path
  #   super
  # end

  # def set_view_prefixes
  #   super
  # end

  # def return_back_or_ajax
  #   super
  # end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
activity_notification-2.0.0 spec/rails_app/app/controllers/users/notifications_controller.rb
activity_notification-1.7.1 spec/rails_app/app/controllers/users/notifications_controller.rb
activity_notification-1.7.0 spec/rails_app/app/controllers/users/notifications_controller.rb
activity_notification-1.6.1 spec/rails_app/app/controllers/users/notifications_controller.rb
activity_notification-1.6.0 spec/rails_app/app/controllers/users/notifications_controller.rb
activity_notification-1.5.1 spec/rails_app/app/controllers/users/notifications_controller.rb
activity_notification-1.5.0 spec/rails_app/app/controllers/users/notifications_controller.rb
activity_notification-1.4.4 spec/rails_app/app/controllers/users/notifications_controller.rb
activity_notification-1.4.3 spec/rails_app/app/controllers/users/notifications_controller.rb
activity_notification-1.4.2 spec/rails_app/app/controllers/users/notifications_controller.rb
activity_notification-1.4.1 spec/rails_app/app/controllers/users/notifications_controller.rb
activity_notification-1.4.0 spec/rails_app/app/controllers/users/notifications_controller.rb
activity_notification-1.3.0 spec/rails_app/app/controllers/users/notifications_controller.rb
activity_notification-1.2.1 spec/rails_app/app/controllers/users/notifications_controller.rb
activity_notification-1.2.0 spec/rails_app/app/controllers/users/notifications_controller.rb
activity_notification-1.1.0 spec/rails_app/app/controllers/users/notifications_controller.rb