Commit c8d887e1 by nnnghia98

delete unused methods

parent a7374a63
...@@ -22,12 +22,4 @@ ...@@ -22,12 +22,4 @@
class CityJob < ApplicationRecord class CityJob < ApplicationRecord
belongs_to :city belongs_to :city
belongs_to :job belongs_to :job
def city_id
self.city.id
end
def job_id
self.job.id
end
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