Navigation Menu

Skip to content

Commit

Permalink
Fixing position of json require
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Carlson committed Dec 17, 2009
1 parent 73a1441 commit cde95dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/contacts.rb
Expand Up @@ -7,4 +7,3 @@
require 'yahoo'
require 'plaxo'
require 'aol'
require 'json'
2 changes: 2 additions & 0 deletions lib/contacts/json.rb
@@ -1,3 +1,5 @@
require 'json'

class Contacts
def self.parse_json( string )
if Object.const_defined?('ActiveSupport') and
Expand Down

0 comments on commit cde95dc

Please sign in to comment.