Skip to content

Instantly share code, notes, and snippets.

@piotrjaworski
Created August 10, 2016 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save piotrjaworski/91e258b1020419c7225cfa68e06e0be0 to your computer and use it in GitHub Desktop.
Save piotrjaworski/91e258b1020419c7225cfa68e06e0be0 to your computer and use it in GitHub Desktop.
Rails.application.routes.draw do
root 'dashboard#index'
namespace :api do
resources :events
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment