Skip to content

Instantly share code, notes, and snippets.

@beck03076
Created July 16, 2014 21:16
Show Gist options
  • Save beck03076/23c1c9ef9b5f703ffdca to your computer and use it in GitHub Desktop.
Save beck03076/23c1c9ef9b5f703ffdca to your computer and use it in GitHub Desktop.
devise_scope :registration do
authenticated :registration do
root to: 'enquiries#index', as: :authenticated_root
end
end
devise_scope :user do
authenticated :user do
root to: 'enquiries#index', as: :authenticated_root
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment