ok i need it this way

This commit is contained in:
John Bintz 2012-03-14 19:54:55 -04:00
parent 3d95dc9588
commit d81b19de2d

View File

@ -5,7 +5,7 @@ module Flowerbox::Delivery
end end
def to_json def to_json
collect { |asset| asset.pathname.to_s } collect(&:logical_path)
end end
private private