We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1aa34 commit 32de979Copy full SHA for 32de979
1 file changed
_posts/2013-04-02-more-complicated-than-it-needs-to-be.md
@@ -72,7 +72,7 @@ class SuggestionBox < Sinatra::Base
72
suggestion = "#{params[:idea]} #{params[:category]}\n"
73
74
# The Boss ♥'s Dropbox
75
- File.open('~/Dropbox/suggestion_box.txt', 'w') { |f| f.write(suggestion) }
+ File.open('~/Dropbox/suggestion_box.txt', 'w'){ |f| f.write(suggestion) }
76
77
flash[:success] = "Thanks!"
78
redirect to("/")
0 commit comments