Sha256: 0e8c5dc811131fbfa8792e1ceecd69eb973d516db43818ce32ccb7fb8f8a41b6

Contents?: true

Size: 415 Bytes

Versions: 2

Compression:

Stored size: 415 Bytes

Contents

Rails.application.routes.draw do

  resources :schedules
  get 'schedules/:id/edit-in-modal' => 'schedules#edit_in_modal'
  get 'schedules/:id/edit_with_index' => 'schedules#edit_with_index', as: 'edit_schedule_with_index'

  get 'custom_schedules/new' => 'schedules#new_custom'
  get 'custom_schedules/:id/edit' => 'schedules#edit_custom'

  resources :no_sql_models, only: [:new, :index]

  resources :people
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hot_date_rails-1.5.4 spec/dummy/config/routes.rb
hot_date_rails-1.5.3 spec/dummy/config/routes.rb