Skip to content

Commit

Permalink
Added fastercsv as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cykod committed Oct 28, 2010
1 parent a7a8880 commit f5bda5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/emarketing_controller.rb
@@ -1,5 +1,4 @@
# Copyright (C) 2009 Pascal Rettig.
require 'fastercsv'

class EmarketingController < CmsController # :nodoc: all
include ActionView::Helpers::DateHelper
Expand Down
1 change: 1 addition & 0 deletions config/environment.rb
Expand Up @@ -99,6 +99,7 @@ def webiva_remove_load_paths(file)
config.gem 'soap4r', :lib => 'soap/soap'
config.gem "json"
config.gem "httparty"
config.gem "fastercsv"

if RAILS_ENV == 'test'
config.gem 'factory_girl',:source => 'http://gemcutter.org'
Expand Down

0 comments on commit f5bda5b

Please sign in to comment.