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:
parent
74af17cf71
commit
f93918b1a5
1 changed files with 7 additions and 7 deletions
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue