Sha256: 975520bd769c796722ad896e22c335e51eefd5f508cbc064e6de7dd802042f38

Contents?: true

Size: 151 Bytes

Versions: 17

Compression:

Stored size: 151 Bytes

Contents

Trestle::Engine.routes.draw do
  Trestle.admins.each do |name, admin|
    instance_eval(&admin.routes)
  end

  root to: "trestle/dashboard#index"
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
trestle-0.9.5 config/routes.rb
trestle-0.9.4 config/routes.rb
trestle-0.9.3 config/routes.rb
trestle-0.9.2 config/routes.rb
trestle-0.9.1 config/routes.rb
trestle-0.9.0 config/routes.rb
trestle-0.8.13 config/routes.rb
trestle-0.8.12 config/routes.rb
trestle-0.8.11 config/routes.rb
trestle-0.8.10 config/routes.rb
trestle-0.8.9 config/routes.rb
trestle-0.8.8 config/routes.rb
trestle-0.8.7 config/routes.rb
trestle-0.8.6 config/routes.rb
trestle-0.8.5 config/routes.rb
trestle-0.8.4 config/routes.rb
trestle-0.8.3 config/routes.rb