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.2.2.4 spec/dummy/config/routes.rb
adherent-0.2.2.3 spec/dummy/config/routes.rb
adherent-0.2.2.2 spec/dummy/config/routes.rb
adherent-0.2.2.1 spec/dummy/config/routes.rb
adherent-0.2.2 spec/dummy/config/routes.rb
adherent-0.2.1 spec/dummy/config/routes.rb
adherent-0.2.0 spec/dummy/config/routes.rb
adherent-0.1.10 spec/dummy/config/routes.rb
adherent-0.1.9 spec/dummy/config/routes.rb
adherent-0.1.7 test/dummy/config/routes.rb
adherent-0.1.6 test/dummy/config/routes.rb
adherent-0.1.5 test/dummy/config/routes.rb
adherent-0.1.4 test/dummy/config/routes.rb
adherent-0.1.3 test/dummy/config/routes.rb
adherent-0.1.2 test/dummy/config/routes.rb
adherent-0.1.1 test/dummy/config/routes.rb
adherent-0.1.0 test/dummy/config/routes.rb
adherent-0.0.9 test/dummy/config/routes.rb
adherent-0.0.7 test/dummy/config/routes.rb
adherent-0.0.6 test/dummy/config/routes.rb