Commit 67578cc5 by nnnghia98

delete unused file

parent 04a4e0b4
class UserDecorator < ApplicationDecorator
include ActionView::Helpers::TextHelper
delegate_all
decorates_association :jobs
def apply_available
object.jobs.find_by(job_id: jobs.id)
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