class SpeakersController < ApplicationController def show @speaker = Speaker.find_by(ref_id: params[:ref_id]) end end