Sha256: 4f461bbd71067551b59529e8554a4c3d754ba60d7c311327e0bf3f74935dd2e0

Contents?: true

Size: 136 Bytes

Versions: 41

Compression:

Stored size: 136 Bytes

Contents

Rails.application.routes.draw do

  resources :organisms


  mount Adherent::Engine => "/adherent"
  
  root :to=>'organisms#index'
end

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
adherent-0.3.13 spec/dummy/config/routes.rb
adherent-0.3.12 spec/dummy/config/routes.rb
adherent-0.3.11 spec/dummy/config/routes.rb
adherent-0.3.10 spec/dummy/config/routes.rb
adherent-0.3.9 spec/dummy/config/routes.rb
adherent-0.3.7 spec/dummy/config/routes.rb
adherent-0.3.6 spec/dummy/config/routes.rb
adherent-0.3.5 spec/dummy/config/routes.rb
adherent-0.3.4 spec/dummy/config/routes.rb
adherent-0.3.3 spec/dummy/config/routes.rb
adherent-0.3.2 spec/dummy/config/routes.rb
adherent-0.3.1 spec/dummy/config/routes.rb
adherent-0.3.0 spec/dummy/config/routes.rb
adherent-0.2.9 spec/dummy/config/routes.rb
adherent-0.2.8 spec/dummy/config/routes.rb
adherent-0.2.7 spec/dummy/config/routes.rb
adherent-0.2.6 spec/dummy/config/routes.rb
adherent-0.2.5 spec/dummy/config/routes.rb
adherent-0.2.4 spec/dummy/config/routes.rb
adherent-0.2.3 spec/dummy/config/routes.rb