Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Commit

Permalink
remove core extensions require
Browse files Browse the repository at this point in the history
  • Loading branch information
jduff committed Mar 11, 2011
1 parent 1793a57 commit 4a3999b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tmdb_party.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'httparty'

%w[core_extensions httparty_icebox extras/attributes video genre person image country studio cast_member movie].each do |class_name|
%w[httparty_icebox extras/attributes video genre person image country studio cast_member movie].each do |class_name|
require "tmdb_party/#{class_name}"
end

Expand Down

0 comments on commit 4a3999b

Please sign in to comment.