Add application name to routing

This commit is contained in:
2015-06-09 13:44:06 +02:00
parent c4a7e7c987
commit 0ab5903de6
2 changed files with 5 additions and 1 deletions
@@ -35,7 +35,7 @@ html lang="en"
.panel
h4 Links
ul.side-nav
li= link_to "Home", root_path
li= link_to "Home", cmtool.root_path
li= link_to 'Wiki', 'https://github.com/bterkuile/cmtool/wiki', target: :_blank
= yield :sidebar
footer
+4
View File
@@ -0,0 +1,4 @@
development:
secret_key_base: 4fbf2962d6b16e71caeb8cb5c7c97e8a951ae8fd284ce9e89bfd6a6b5a6796f4bcc4b45dbe1fd82e1fc5316dfbaff4b70b3d91f8102b30b41fac71b2824345dc
test:
secret_key_base: 4fbf2962d6b16e71caeb8cb5c7c97e8a951ae8fd284ce9e89bfd6a6b5a6796f4bcc4b45dbe1fd82e1fc5316dfbaff4b70b3d91f8102b30b41fac71b2824345dc