lib/gooddata/models/models.rb in gooddata-0.6.4 vs lib/gooddata/models/models.rb in gooddata-0.6.5
- old
+ new
@@ -1,10 +1,8 @@
# encoding: UTF-8
require 'pathname'
-require_relative 'attributes/attributes'
-
base = Pathname(__FILE__).dirname.expand_path
Dir.glob(base + '*.rb').each do |file|
require_relative file
end