Sha256: 8a90946feeb04812925f0213dff073020ea624eaf389e5270471e86a9aee1a2c
Contents?: true
Size: 248 Bytes
Versions: 17
Compression:
Stored size: 248 Bytes
Contents
class HomeController < ApplicationController def index @current_user = User.new @current_user.id = 1 @current_user.email = "emilio@platan.us" JobNotifier::Job.find_or_create_by(identifier: @current_user.job_identifier) end end
Version data entries
17 entries across 17 versions & 1 rubygems