summaryrefslogtreecommitdiff
path: root/templates/project/config.ru
diff options
context:
space:
mode:
authorDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-08-08 18:02:56 -0400
committerDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-08-08 18:06:58 -0400
commit780fe49f715c2fced88e958b02541bf8e7dca934 (patch)
tree7cd147e96913c9f95cda54f4bd341d0630e34c66 /templates/project/config.ru
parentcdd8ff258582f5eba7e3941a5a18007e7aabbbfa (diff)
Rename project to 'Dashing', and do some other cleanups
Diffstat (limited to 'templates/project/config.ru')
-rw-r--r--templates/project/config.ru2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/project/config.ru b/templates/project/config.ru
index acc42a0..a3a74de 100644
--- a/templates/project/config.ru
+++ b/templates/project/config.ru
@@ -1,4 +1,4 @@
-require 'allthethings'
+require 'dashing'
configure do
set :auth_token, 'YOUR_AUTH_TOKEN'