Sha256: 45fc45ae1d40503778a1f1a562fc333ee37e558294bdd14a307e07a7337d9570

Contents?: true

Size: 104 Bytes

Versions: 15

Compression:

Stored size: 104 Bytes

Contents

Rails.application.routes.draw do
  mount JobNotifier::Engine => "/job_notifier"
  root "home#index"
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
job_notifier-1.5.0 spec/dummy/config/routes.rb
job_notifier-1.4.0 spec/dummy/config/routes.rb
job_notifier-1.3.0 spec/dummy/config/routes.rb
job_notifier-1.2.4 spec/dummy/config/routes.rb
job_notifier-1.2.3 spec/dummy/config/routes.rb
job_notifier-1.2.2 spec/dummy/config/routes.rb
job_notifier-1.2.1 spec/dummy/config/routes.rb
job_notifier-1.2.0 spec/dummy/config/routes.rb
job_notifier-1.1.1 spec/dummy/config/routes.rb
job_notifier-1.1.0 spec/dummy/config/routes.rb
job_notifier-1.0.0 spec/dummy/config/routes.rb
job_notifier-0.2.1 spec/dummy/config/routes.rb
job_notifier-0.2.0 spec/dummy/config/routes.rb
job_notifier-0.1.1 spec/dummy/config/routes.rb
job_notifier-0.1.0 spec/dummy/config/routes.rb