Skip to content

Instantly share code, notes, and snippets.

@luckyruby
Created March 5, 2015 09:30
Show Gist options
  • Save luckyruby/329bc1039d826155e2ce to your computer and use it in GitHub Desktop.
Save luckyruby/329bc1039d826155e2ce to your computer and use it in GitHub Desktop.
def update
@bumblebee = if current_user.admin?
Bumblebee.find(params[:id])
else
current_user.bumblebees.find_by(id: params[:id])
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment