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

Version Path
authorizy-0.5.0 spec/support/routes.rb
authorizy-0.4.1 spec/support/routes.rb
authorizy-0.4.0 spec/support/routes.rb
authorizy-0.3.0 spec/support/routes.rb
authorizy-0.2.2 spec/support/routes.rb
authorizy-0.2.1 spec/support/routes.rb
authorizy-0.2.0 spec/support/routes.rb
authorizy-0.1.0 spec/support/routes.rb