lib/susanoo/templates/application/config/routes.rb in susanoo-0.10.0 vs lib/susanoo/templates/application/config/routes.rb in susanoo-0.11.1
- old
+ new
@@ -2 +1,3 @@
+# If you need to use your own controllers
+# define them in your `lib` and require them here
ROUTER = Lotus::Router.new do
get '/', to: Susanoo::Application::Index