Commit 5e81df9c by Thanh Hung Pham

Fix bux

parent 633ed632
class StaticPagesController < ApplicationController class StaticPagesController < ApplicationController
def home def home
@total_jobs = Job.distinct.count('name') @total_jobs = Job.count('name')
@latest_jobs = Job.all.limit(5) @latest_jobs = Job.all.limit(5)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment