Skip to content

Instantly share code, notes, and snippets.

@ugisozols
Created May 15, 2012 07:50
Show Gist options
  • Save ugisozols/2699826 to your computer and use it in GitHub Desktop.
Save ugisozols/2699826 to your computer and use it in GitHub Desktop.
# Engine - Refinery::Cars::Cars
Rails.application.routes.draw do
root :to => "refinery/cars/cars#index"
mount Refinery::Core::Engine, :at => "/"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment