summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/project/config.ru6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/project/config.ru b/templates/project/config.ru
index 6e1076a..624244e 100644
--- a/templates/project/config.ru
+++ b/templates/project/config.ru
@@ -5,8 +5,8 @@ configure do
helpers do
def protected!
- # Put any authentication code you want in here.
- # This method is run before accessing any resource.
+ # Put any authentication code you want in here.
+ # This method is run before accessing any resource.
end
end
end
@@ -15,4 +15,4 @@ map Sinatra::Application.assets_prefix do
run Sinatra::Application.sprockets
end
-run Sinatra::Application \ No newline at end of file
+run Sinatra::Application