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

- old
+ new

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