lib/eco/data/files/helpers.rb in eco-helpers-2.5.2 vs lib/eco/data/files/helpers.rb in eco-helpers-2.5.3
- old
+ new
@@ -117,9 +117,10 @@
folder_files(folder, "*.csv", regexp: regexp, older_than: older_than).sort
end
end
class << self
+ include Files::InstanceMethods
include Files::ClassMethods
end
end
end
end