application_controller.rb
256 Bytes
-
7fc69c35 Clean up whitespace. My editor strips whitespace before saving the file, so I'll… ... Browse Code »
… just commit this all at once. I used the following command to do this: (on Ubuntu ) find . -not -path '.git' -iname '*.rb' -print0 | xargs -0 sed -i 's/[[:space:]]*$//'