Sha256: 3a84b2aa9ce14c8fa9b89b6f87f9f8f633481549b241c8262c25f8374926989d

Contents?: true

Size: 203 Bytes

Versions: 12

Compression:

Stored size: 203 Bytes

Contents

AdvRoutingDemo.urls do
  map(:test).to("/test/:id/action")
  map(:admin, :settings).to("/admin/settings/action")
  map :admin do |admin|
    admin.map(:dashboard).to("/admin/:id/the/dashboard")
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
padrino-routing-0.5.0 test/fixtures/adv_routing_app/config/urls.rb
padrino-routing-0.4.6 test/fixtures/adv_routing_app/config/urls.rb
padrino-routing-0.4.5 test/fixtures/adv_routing_app/config/urls.rb
padrino-routing-0.2.9 test/fixtures/adv_routing_app/config/urls.rb
padrino-routing-0.2.6 test/fixtures/adv_routing_app/config/urls.rb
padrino-routing-0.2.5 test/fixtures/adv_routing_app/config/urls.rb
padrino-routing-0.2.2 test/fixtures/adv_routing_app/config/urls.rb
padrino-routing-0.2.1 test/fixtures/adv_routing_app/config/urls.rb
padrino-routing-0.2.0 test/fixtures/adv_routing_app/config/urls.rb
padrino-routing-0.1.5 test/fixtures/adv_routing_app/config/urls.rb
padrino-routing-0.1.4 test/fixtures/adv_routing_app/config/urls.rb
padrino-routing-0.1.3 test/fixtures/adv_routing_app/config/urls.rb