Use Rails plugin generator and adapt

This commit is contained in:
Chris Seelus
2021-02-10 22:10:43 +01:00
parent 9b9193e1c8
commit d53520bbf0
22 changed files with 385 additions and 106 deletions
+4
View File
@@ -0,0 +1,4 @@
Crono::Engine.routes.draw do
resources :jobs
root 'jobs#index'
end