Skip to content

Commit

Permalink
add AssetDrop#path
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2326 567b1171-46fb-0310-a4c9-b4bef9110e78
  • Loading branch information
technoweenie committed Oct 4, 2006
1 parent 8d632b8 commit 0925d18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/drops/asset_drop.rb
Expand Up @@ -18,4 +18,8 @@ def before_method(method)
def tags
@tags ||= @source.tags.collect &:name
end

def path
@path = @source.public_filename
end
end

0 comments on commit 0925d18

Please sign in to comment.