Skip to content

Commit

Permalink
Remove now unused configuration module
Browse files Browse the repository at this point in the history
  • Loading branch information
henare committed Aug 21, 2015
1 parent b6422eb commit ca978fd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions Rakefile
Expand Up @@ -4,7 +4,4 @@
require File.expand_path('../config/application', __FILE__)
require 'rake'

# Load configuration so the Honeybadger API key is available
require File.expand_path('../app/models/configuration', __FILE__)

PlanningalertsApp::Application.load_tasks
3 changes: 0 additions & 3 deletions app/models/configuration.rb

This file was deleted.

1 change: 0 additions & 1 deletion config/deploy.rb
Expand Up @@ -45,7 +45,6 @@
links = {
"#{release_path}/config/database.yml" => "#{shared_path}/database.yml",
"#{release_path}/config/throttling.yml" => "#{shared_path}/throttling.yml",
"#{release_path}/app/models/configuration.rb" => "#{shared_path}/configuration.rb",
"#{release_path}/.env.production" => "#{shared_path}/.env.production",
"#{release_path}/config/production.sphinx.conf" => "#{shared_path}/production.sphinx.conf",
"#{release_path}/config/sphinx.yml" => "#{shared_path}/sphinx.yml",
Expand Down

0 comments on commit ca978fd

Please sign in to comment.