Commit 9ab3a463 by Đường Sỹ Hoàng

Removed duplicated method

parent 554c726c
......@@ -3,12 +3,4 @@ class CitiesController < ApplicationController
@top_vn_cities = City.sort_top_vn_cities
@top_inter_cities = City.sort_top_inter_cities
end
def vn_cities
@top_vn_cities = City.sort_top_vn_cities
end
def inter_cities
@top_inter_cities = City.sort_top_inter_cities
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