class CitiesController < ApplicationController def index @cities = City.friendly.find(params[:id]) end def show end end