class Characters::ItemsController < ApplicationController def index @character_items = Character.find(params[:character_id]).character_items end end