lib/mls.rb in mls-0.2.38 vs lib/mls.rb in mls-0.2.39
- old
+ new
@@ -58,10 +58,10 @@
def asset_host # TODO: testme
@asset_host ||= get('/asset_host').body
end
def image_host # TODO: testme
- raw_image_host % (rand(4) + 1)
+ raw_image_host % (rand(4))
end
def raw_image_host
@image_host ||= get('/image_host').body
end