Sha256: a5e79edfb8d13b81069a965b8c19d114f84b22fdec0c239f4b78be67dff4a540
Contents?: true
Size: 368 Bytes
Versions: 21
Compression:
Stored size: 368 Bytes
Contents
# frozen_string_literal: true namespace :admin do resources :users resource :dashboard, only: :show resource :playground, only: :show do scope constraints: { format: :json } do get :pathology_chart_data end end namespace :feeds do resources :files, only: [:index, :show, :new, :create] end resource :cache, only: [:show, :destroy] end
Version data entries
21 entries across 21 versions & 1 rubygems