lib/trailblazer/loader.rb in trailblazer-loader-0.0.8 vs lib/trailblazer/loader.rb in trailblazer-loader-0.0.9
- old
+ new
@@ -23,15 +23,15 @@
pipeline.last.insert(pipeline.last.index(args.last[:before]), args.first)
end
files = pipeline.([], options).flatten
- debug(options)
+ debug(files, options)
load_files(files, &block)
end
- def debug(options)
+ def debug(files, options)
pp files if options[:debug]
end
def concept_dirs
%w{ callback cell contract operation policy representer view }