Sha256: a812486616eb269d34eb1ecd7b0ad04abef5002889a796e7eaf29e1f83b023a3

Contents?: true

Size: 141 Bytes

Versions: 13

Compression:

Stored size: 141 Bytes

Contents

JobNotifier::Engine.routes.draw do
  get ":identifier/jobs/pending", to: "jobs#index"
  put ":identifier/jobs/notify", to: "jobs#update"
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
job_notifier-3.0.0 config/routes.rb
job_notifier-2.0.0 config/routes.rb
job_notifier-1.5.0 config/routes.rb
job_notifier-1.4.0 config/routes.rb
job_notifier-1.3.0 config/routes.rb
job_notifier-1.2.4 config/routes.rb
job_notifier-1.2.3 config/routes.rb
job_notifier-1.2.2 config/routes.rb
job_notifier-1.2.1 config/routes.rb
job_notifier-1.2.0 config/routes.rb
job_notifier-1.1.1 config/routes.rb
job_notifier-1.1.0 config/routes.rb
job_notifier-1.0.0 config/routes.rb