Craig McDonald

Results 1 comments of Craig McDonald

This would seem to be somewhat spree specific, in that the method: ``` def get_engine_files engines.collect { |engine| Dir.glob("#{engine.root.to_s}/app/models/**/*.rb")}.flatten end ``` Is not going to load the models correctly, since...