Class: Refinery::Jobs::JobsController

Inherits:
ApplicationController
  • Object
show all
Includes:
ControllerHelper
Defined in:
app/controllers/refinery/jobs/jobs_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



12
13
14
15
16
17
# File 'app/controllers/refinery/jobs/jobs_controller.rb', line 12

def show
  @breadcrumb = OpenStruct.new({
    title: @job.title,
    url: refinery.jobs_job_url(@job)
  })
end