13 14 15
# File 'app/controllers/categories_controller.rb', line 13 def show @category = Category.find(params[:id]) end