class Api::HallsController < Api::ApplicationController include ::CurrentConferenceAssigning include ::PublicApiExposing before_action :require_current_conference! def index @halls = current_conference.halls end end