From 45a21a85b214796b68b3766fe790e9c04a20daa8 Mon Sep 17 00:00:00 2001 From: Daniel Lopes Date: Sun, 31 Jan 2010 15:14:09 -0200 Subject: [PATCH] removing whitespaces --- app/controllers/application_controller.rb | 2 +- config/deploy.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 81a0196..8ddf138 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,5 +1,5 @@ class ApplicationController < ActionController::Base - include HoptoadNotifier::Catcher + include HoptoadNotifier::Catcher protect_from_forgery filter_parameter_logging :password, :password_confirmation diff --git a/config/deploy.rb b/config/deploy.rb index e2a73f5..22a9072 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -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|