Skip to content

Instantly share code, notes, and snippets.

@czajkovsky
Created June 27, 2014 09:54
Show Gist options
  • Save czajkovsky/10cc66dca49306ce653d to your computer and use it in GitHub Desktop.
Save czajkovsky/10cc66dca49306ce653d to your computer and use it in GitHub Desktop.
#config/routes.rb
Aaewebinar::Application.routes.draw do
root to: 'application#index'
mount InternalApi::Engine, at: :internal_api #<- this line right here!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment