Sha256: 4fe285be438d1ed63047aeff2c9f704d0417016523118a1082db059ae266ad8c

Contents?: true

Size: 162 Bytes

Versions: 1

Compression:

Stored size: 162 Bytes

Contents

# frozen_string_literal: true

Belated::Engine.routes.draw do
  match '/', to: 'admin#index', via: %i[get post]
  get '/future_jobs', to: 'admin#future_jobs'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
belated-0.9.0 config/routes.rb