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