application_controller.rb 158 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 class Teams::ApplicationController < ApplicationController protected def user_team @user_team ||= UserTeam.find_by_path(params[:team_id]) end end