Skip to content

Commit

Permalink
Fix require order
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Naiman committed Sep 19, 2013
1 parent 699f4a0 commit 7cf8875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/core_extended.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'yaml'
require 'base64'

require 'core_extended/config_reader'
Dir.glob("#{File.dirname(__FILE__)}/core_extended/*.rb") { |f| require f }

0 comments on commit 7cf8875

Please sign in to comment.