Sha256: bec3344935ddbb051adb96852ed1b7f242f37c749e9098617d428b1a18141ab9
Contents?: true
Size: 309 Bytes
Versions: 4
Compression:
Stored size: 309 Bytes
Contents
MountDoc::Engine.routes.draw do match 'controllers/:id' => 'mount_doc#controller_doc' match 'controllers/:ctrl_id/actions/:id' => 'mount_doc#action_doc' match 'models/:id' => 'mount_doc#model_doc' match 'files/*id' => 'mount_doc#file_doc' match '/' => 'mount_doc#index', :as => 'mount_doc_root' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mount_doc-1.0.0 | config/routes.rb |
mount_doc-0.0.3 | config/routes.rb |
mount_doc-0.0.2 | config/routes.rb |
mount_doc-0.0.1 | config/routes.rb |