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

Version Path
forest_liana-9.5.3 spec/dummy/config/routes.rb
forest_liana-9.5.2 spec/dummy/config/routes.rb
forest_liana-9.5.1 spec/dummy/config/routes.rb
forest_liana-9.5.0 spec/dummy/config/routes.rb
forest_liana-9.4.3 spec/dummy/config/routes.rb
forest_liana-9.4.2 spec/dummy/config/routes.rb
forest_liana-9.4.1 spec/dummy/config/routes.rb
forest_liana-9.4.0 spec/dummy/config/routes.rb
forest_liana-9.3.16 spec/dummy/config/routes.rb
forest_liana-9.3.15 spec/dummy/config/routes.rb
forest_liana-9.3.14 spec/dummy/config/routes.rb
forest_liana-9.3.13 spec/dummy/config/routes.rb