Sha256: 04aaaf8b40812fde08de6d3ac9efc32227e0ccbf477305c1af20ecfcfcf8fb27
Contents?: true
Size: 142 Bytes
Versions: 8
Compression:
Stored size: 142 Bytes
Contents
# frozen_string_literal: true Rails.application.routes.draw do get :action, to: 'admin/dummy#action' get :action, to: 'dummy#action' end
Version data entries
8 entries across 8 versions & 1 rubygems