config/routes.rb in bongo-0.1.1 vs config/routes.rb in bongo-0.2.0
- old
+ new
@@ -1,5 +1,6 @@
Bongo::Engine.routes.draw do
root to: "articles#index"
resources :articles
+ resources :drafts
resources :files, only: :create
end
- old
+ new