Skip to content

Instantly share code, notes, and snippets.

@roelven
Created April 12, 2011 11:41
Show Gist options
  • Save roelven/915364 to your computer and use it in GitHub Desktop.
Save roelven/915364 to your computer and use it in GitHub Desktop.
def app_link_for_user(app)
if app.public?
app_path(app)
elsif app.user == current_user
self_edit_app_path(app)
else
app.url
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment