class Characters::SpellsController < ApplicationController def index @spell_activities = Activity.where("gid like ?", "havencast_%").order(:name) end end