Skip to content

Commit 815d705

Browse files
committed
minor comment in routes.rb
1 parent de4637a commit 815d705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/routes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# only here to keep the UrlHelper ticking
5454
get "/settings", to: "settings#index", as: :settings
5555
get "/*id/edit", to: "entries#edit", as: :edit_entry
56-
else
56+
else # END STATIC MODE
5757

5858
resources :notebooks
5959
scope ':owner', defaults: { owner: "owner" } do

0 commit comments

Comments
 (0)