Sha256: af505c5ce77c937b133848c4c6ab137d67d42c16c093a853ae04dc6079f784ef
Contents?: true
Size: 655 Bytes
Versions: 28
Compression:
Stored size: 655 Bytes
Contents
class <%= @target_prefix %>NotificationsWithDeviseController < ActivityNotification::NotificationsWithDeviseController # 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