Skip to content

Commit

Permalink
Added remote_url for original images
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Glen committed May 5, 2014
1 parent 1616338 commit 1c8edad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/smithy/asset.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def to_liquid
'file_width' => self.file_width,
'file_height' => self.file_height,
'file_size' => self.file_size,
'remote_url' => self.file.remote_url,
'url' => self.file.url
}
end
Expand Down

0 comments on commit 1c8edad

Please sign in to comment.