Skip to content

Instantly share code, notes, and snippets.

@czajkovsky
Created June 27, 2014 09:53
Show Gist options
  • Save czajkovsky/d2281d9f816dbb9341b1 to your computer and use it in GitHub Desktop.
Save czajkovsky/d2281d9f816dbb9341b1 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