Sha256: e04e5136bf2def04885b29fba603904c32e8b3e71d70ffe6344a48e132edea4e

Contents?: true

Size: 147 Bytes

Versions: 7

Compression:

Stored size: 147 Bytes

Contents

Trestle::Engine.routes.draw do
  Trestle.registry.each do |admin|
    instance_eval(&admin.routes)
  end

  root to: "trestle/dashboard#index"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
trestle-0.10.1 config/routes.rb
trestle-0.10.0 config/routes.rb
trestle-0.10.0.pre2 config/routes.rb
trestle-0.10.0.pre config/routes.rb
trestle-0.9.8 config/routes.rb
trestle-0.9.7 config/routes.rb
trestle-0.9.6 config/routes.rb