Sha256: f4020f5208b8e8288fa559660a2dd79baa1207a1f6195fcbe69f464f0d5f808a
Contents?: true
Size: 230 Bytes
Versions: 5
Compression:
Stored size: 230 Bytes
Contents
# frozen_string_literal: true DateBook::Engine.routes.draw do post 'api', to: "graphql#execute" resources :calendars do resources :events do get 'popover', on: :member end end root to: 'calendar#index' end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
date_book-0.0.6 | config/routes.rb |
date_book-0.0.5 | config/routes.rb |
date_book-0.0.3 | config/routes.rb |
date_book-0.0.2 | config/routes.rb |
date_book-0.0.1 | config/routes.rb |