fix show cities conflict

parent 3154a8eb
Pipeline #1031 failed with stages
in 0 seconds
class CitiesController < ApplicationController
def index
@cities_vietnam = City.location(City::VIETNAM)
@cities_international = City.location(City::FOREIGN)
@vietnam = City.location(City::VIETNAM)
@international = City.location(City::FOREIGN)
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