Skip to content

Instantly share code, notes, and snippets.

@stuartbates
Created July 18, 2014 10:04
Show Gist options
  • Save stuartbates/85ffc50e863e1a188af2 to your computer and use it in GitHub Desktop.
Save stuartbates/85ffc50e863e1a188af2 to your computer and use it in GitHub Desktop.
def signed_in_root_path(resource_or_scope)
unless resource.has_role?('refinery')
refinery.edit_user_path(resource)
elsif respond_to?(:admin_root_path)
refinery.admin_root_path
else
"/"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment