Sha256: ec3ea8d652f9a55b852836c3506062eeb1394d80a9e55833b6fb9bdcec358f7f
Contents?: true
Size: 173 Bytes
Versions: 3
Compression:
Stored size: 173 Bytes
Contents
module Recruiter class HomeController < ::RecruiterController def index @jobs = Job.open.limit(3) @articles = Article.published.limit(3) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
recruiter-1.1.18 | app/controllers/recruiter/home_controller.rb |
recruiter-1.1.17 | app/controllers/recruiter/home_controller.rb |
recruiter-1.1.16 | app/controllers/recruiter/home_controller.rb |