Skip to content

Instantly share code, notes, and snippets.

@thomasfedb
Created December 17, 2013 02:46
Show Gist options
  • Select an option

  • Save thomasfedb/7999152 to your computer and use it in GitHub Desktop.

Select an option

Save thomasfedb/7999152 to your computer and use it in GitHub Desktop.
Biblios::Application.routes.draw do
resource :dashboard, only: [:show]
resource :session, only: [:new, :create, :destroy]
resources :studies
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment