Skip to content

Commit

Permalink
Actually let's go all the way to the top-level for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspth committed Aug 9, 2023
1 parent 7f028c0 commit 3e66740
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oaken.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def self.provider(name, provider)
provider :records, Stored::ActiveRecord

def self.load_from(directory)
Dir.glob("#{directory}/**/*").sort.each do |file|
Dir.glob("#{directory}{,/**/*}.rb").sort.each do |file|
Oaken::Data.class_eval File.read(file)
end
end
Expand Down
File renamed without changes.

0 comments on commit 3e66740

Please sign in to comment.