config/routes.rb in
bs5-0.0.5
vs config/routes.rb in
bs5-0.0.6
- old
+ new
@@ -1,3 +1,8 @@
+# frozen_string_literal: true
+
Bs5::Engine.routes.draw do
+ get 'examples/index'
+
+ root to: 'examples#index'
end