Commit 145ff9f07e87187f4257a6591f215e9f576fc609
Committed by
Rodrigo Souto
1 parent
ee063b2c
Exists in
master
and in
21 other branches
expose full image path
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
lib/noosfero/api/entities.rb
@@ -8,6 +8,10 @@ module Noosfero | @@ -8,6 +8,10 @@ module Noosfero | ||
8 | 8 | ||
9 | class Image < Entity | 9 | class Image < Entity |
10 | root 'images', 'image' | 10 | root 'images', 'image' |
11 | + | ||
12 | + expose :url do |image, options| | ||
13 | + image.public_filename | ||
14 | + end | ||
11 | 15 | ||
12 | expose :icon_url do |image, options| | 16 | expose :icon_url do |image, options| |
13 | image.public_filename(:icon) | 17 | image.public_filename(:icon) |