Sha256: 1b5f8a2cac3b1b78c0a485a5c32d188f360fa8b2661f11ea2e65738eb1357211
Contents?: true
Size: 331 Bytes
Versions: 12
Compression:
Stored size: 331 Bytes
Contents
Rails.application.routes.draw do namespace :forest do post '/actions/test' => 'islands#test' post '/actions/unknown_action' => 'islands#unknown_action' get '/Owner/count' , to: 'owners#count' get '/Owner/:id/relationships/trees/count' , to: 'owner_trees#count' end mount ForestLiana::Engine => "/forest" end
Version data entries
12 entries across 12 versions & 1 rubygems