Skip to content

Instantly share code, notes, and snippets.

@awd
Created July 9, 2012 18:47
Show Gist options
  • Save awd/3078178 to your computer and use it in GitHub Desktop.
Save awd/3078178 to your computer and use it in GitHub Desktop.
resources :courses, only: [:show] do
resources :assessments, controller: :assessment_results, only: [:create, :edit, :show], path_names: { edit: 'start' }
member do
get ':lesson_id', to: 'lessons#show', as: 'lesson'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment