Skip to content

Commit

Permalink
removing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvlopes committed Jan 31, 2010
1 parent 58301c2 commit 45a21a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class ApplicationController < ActionController::Base
include HoptoadNotifier::Catcher
include HoptoadNotifier::Catcher

protect_from_forgery
filter_parameter_logging :password, :password_confirmation
Expand Down
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
upload File.join(File.dirname(__FILE__), "database.yml"), "#{shared_path}/database.yml"
run "ln -s #{shared_path}/database.yml #{release_path}/config/database.yml"
end

end

Dir[File.join(File.dirname(__FILE__), '..', 'vendor', 'gems', 'hoptoad_notifier-*')].each do |vendored_notifier|
Expand Down

0 comments on commit 45a21a8

Please sign in to comment.