1
0
Fork 0
mirror of https://github.com/nov/fb_graph2 synced 2023-03-27 23:22:15 -04:00

probably this fixes #31

This commit is contained in:
nov 2015-04-01 19:48:42 +09:00
parent 74af17cf71
commit f93918b1a5

View file

@ -40,14 +40,14 @@ module FbGraph2
end
end
require 'fb_graph2/exception'
require 'fb_graph2/attribute_assigner'
require 'fb_graph2/node'
require 'fb_graph2/collection'
require 'fb_graph2/searchable'
require 'fb_graph2/edge'
require_relative 'fb_graph2/exception'
require_relative 'fb_graph2/attribute_assigner'
require_relative 'fb_graph2/node'
require_relative 'fb_graph2/collection'
require_relative 'fb_graph2/searchable'
require_relative 'fb_graph2/edge'
[
'.',
'',
'request_filter'
].each do |dir|
Dir[File.join(__dir__, 'fb_graph2', dir, '*.rb')].each do |file|