Cannot load such file iconv
EPF-81
diff --git a/source/Gemfile b/source/Gemfile
index d54162f..cc5b8ba 100644
--- a/source/Gemfile
+++ b/source/Gemfile
@@ -14,6 +14,7 @@
 gem 'mysql2', '0.3.11'
 gem 'xhtmldiff'
 gem 'will_paginate', '3.0.2'
+gem 'iconv'
 
 
 # Use unicorn as the web server
diff --git a/source/Gemfile.lock b/source/Gemfile.lock
index ec5ad18..a9e5c5b 100644
--- a/source/Gemfile.lock
+++ b/source/Gemfile.lock
@@ -54,6 +54,7 @@
     highline (1.6.16)
     hike (1.2.1)
     i18n (0.6.4)
+    iconv (1.0.3)
     journey (1.0.4)
     jquery-rails (2.2.1)
       railties (>= 3.0, < 5.0)
@@ -148,6 +149,7 @@
   ci_reporter
   factory_girl (= 1.3.3)
   feedvalidator
+  iconv
   jquery-rails
   mysql2 (= 0.3.11)
   nokogiri
diff --git a/source/app/models/site.rb b/source/app/models/site.rb
index d9a297a..8751c48 100644
--- a/source/app/models/site.rb
+++ b/source/app/models/site.rb
@@ -1,5 +1,3 @@
-require 'iconv'
-
 # A Site can be a BaselineProcess (static, published website from EPF) or a Wiki, 
 # which is an enhanced EPFC site. Baseline Processes are 
 # used to create or update Wiki sites.