class WeatherArtsController < ApplicationController def show @city = City.friendly.find(params[:city_id]) @weather_art = @city.weather_arts.friendly.find(params[:slug]) end end