Skip to content

Instantly share code, notes, and snippets.

@benmacleod
Last active December 21, 2015 22:19
Show Gist options
  • Save benmacleod/6374234 to your computer and use it in GitHub Desktop.
Save benmacleod/6374234 to your computer and use it in GitHub Desktop.
@current_company ||= (current_user.accessible_companies.find_by_id(session[:current_company_id]) if session[:current_company_id]) || current_user.companies.first
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment