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

Version Path
wordjelly-auth-1.6.0 spec/dummy/app/controllers/home_controller.rb
wordjelly-auth-1.5.9 spec/dummy/app/controllers/home_controller.rb
wordjelly-auth-1.5.8 spec/dummy/app/controllers/home_controller.rb
wordjelly-auth-1.5.7 spec/dummy/app/controllers/home_controller.rb
wordjelly-auth-1.5.6 spec/dummy/app/controllers/home_controller.rb
wordjelly-auth-1.5.5 spec/dummy/app/controllers/home_controller.rb
wordjelly-auth-1.5.4 spec/dummy/app/controllers/home_controller.rb
wordjelly-auth-1.5.3 spec/dummy/app/controllers/home_controller.rb
wordjelly-auth-1.5.2 spec/dummy/app/controllers/home_controller.rb
wordjelly-auth-1.5.1 spec/dummy/app/controllers/home_controller.rb
wordjelly-auth-1.5.0 spec/dummy/app/controllers/home_controller.rb
wordjelly-auth-1.4.9 spec/dummy/app/controllers/home_controller.rb
wordjelly-auth-1.4.8 spec/dummy/app/controllers/home_controller.rb
wordjelly-auth-1.4.7 spec/dummy/app/controllers/home_controller.rb
wordjelly-auth-1.4.6 spec/dummy/app/controllers/home_controller.rb
wordjelly-auth-1.4.5 spec/dummy/app/controllers/home_controller.rb
wordjelly-auth-1.4.4 spec/dummy/app/controllers/home_controller.rb
wordjelly-auth-1.4.3 spec/dummy/app/controllers/home_controller.rb
wordjelly-auth-1.4.2 spec/dummy/app/controllers/home_controller.rb
wordjelly-auth-1.4.0 spec/dummy/app/controllers/home_controller.rb