Sha256: 7f29255944a96e6eab2a61adb1dfd1558ab882e2fcc6a125252c1bbe967e473c

Contents?: true

Size: 139 Bytes

Versions: 1

Compression:

Stored size: 139 Bytes

Contents

Hist::Engine.routes.draw do

  resources :versions, path: :version, except: :index do
    collection do
      get 'diff'
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hist-0.2.0 config/routes.rb