spec/dummy/config/routes.rb in forest_liana-7.4.5 vs spec/dummy/config/routes.rb in forest_liana-7.5.0

- old
+ new

@@ -1,7 +1,8 @@ Rails.application.routes.draw do namespace :forest do post '/actions/test' => 'islands#test' + get '/Owner/count' , to: 'owners#count' end mount ForestLiana::Engine => "/forest" end