Sha256: cacc2e24cf75871152c2a29ff56ce024ad72d3067c9cc356c3aeaf0f6c4731f8
Contents?: true
Size: 196 Bytes
Versions: 57
Compression:
Stored size: 196 Bytes
Contents
class HomeController < ApplicationController #before_action :authenticate_user! def index end def send_notification n = Noti.dummy Auth::Notify.send_notification(n) end end
Version data entries
57 entries across 57 versions & 1 rubygems