config/routes.rb in bongo-0.0.3 vs config/routes.rb in bongo-0.0.4

- old
+ new

@@ -1,4 +1,5 @@ Bongo::Engine.routes.draw do root to: "articles#index" resources :articles + resources :files, only: :create end