Sha256: 4600beb45cf79ed91ac672124801395b84aae79288f33bf24dd0e7fc6902ed22
Contents?: true
Size: 228 Bytes
Versions: 3
Compression:
Stored size: 228 Bytes
Contents
# frozen_string_literal: true MissionKontrolRelay::Engine.routes.draw do get '/' => 'application#index' resources :models, only: [] do get :associations, on: :collection get :validations, on: :collection end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mission_kontrol_relay-0.1.2 | config/routes.rb |
mission_kontrol_relay-0.1.1 | config/routes.rb |
mission_kontrol_relay-0.1.0 | config/routes.rb |