Class: Recruiter::HomeController

Inherits:
RecruiterController show all
Defined in:
app/controllers/recruiter/home_controller.rb

Instance Method Summary collapse

Methods included from CrudFlashMessagerHelper

#crud_flash, #set_crud_error_flash, #set_crud_success_flash

Instance Method Details

#indexObject



3
4
5
6
# File 'app/controllers/recruiter/home_controller.rb', line 3

def index
  @jobs = Job.open.limit(3)
  @articles = Article.published.limit(3)
end