Skip to content

Instantly share code, notes, and snippets.

@rob-race
Created October 9, 2017 20:30
Show Gist options
  • Save rob-race/05d188b1054b19ff8c3537ba0317a754 to your computer and use it in GitHub Desktop.
Save rob-race/05d188b1054b19ff8c3537ba0317a754 to your computer and use it in GitHub Desktop.
Rails.application.routes.draw do
...
# mount using default path: /email_processor
mount_griddler
root to: 'activity#mine'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment