Commit 8c11eb17 by Ivan Lan

Update source_schema.rb

parent e3e4e31d
......@@ -5,10 +5,9 @@ module WeatherModel
[:Forecast, :AutoStation, :Aqi]
end
Dir['./lib/weather-model/source_schemas/*.rb'].each { |file|
require file
}
end
end
Dir['./lib/weather-model/source_schemas/*.rb'].each { |file|
require file
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment