Skip to content

Commit

Permalink
More bullet-proof way to require files
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi committed Jun 21, 2010
1 parent 7692e44 commit b5b309b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/transparency_data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ def self.api_key=(value)

end

require 'lib/transparency_data/client'
Dir.glob(File.dirname(__FILE__) + '/transparency_data/*.rb').each { |f| require f }

0 comments on commit b5b309b

Please sign in to comment.