Commit bccf7885 by Xuan Trung Le

fix bugs

parent 3b16b462
module ApplicationHelper
def user_has_applied?(job)
current_user && current_user.applied?(job) ? true : false
current_user && current_user.applied?(job)
end
end
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