Skip to content

Commit

Permalink
ted flv and thumb to string
Browse files Browse the repository at this point in the history
  • Loading branch information
mamuso committed Jan 9, 2009
1 parent cb1bba9 commit 5fa7d92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
14 changes: 0 additions & 14 deletions lib/acts_as_unvlogable/object_extend.rb

This file was deleted.

4 changes: 2 additions & 2 deletions lib/acts_as_unvlogable/vg_ted.rb
Expand Up @@ -26,7 +26,7 @@ def title
end

def thumbnail
@args['su']
"#{@args['su']}"
end

def embed_url
Expand All @@ -38,7 +38,7 @@ def embed_html(width=425, height=344, options={})
end

def flv
@args['vu']
"#{@args['vu'].to_s}"
end

end

0 comments on commit 5fa7d92

Please sign in to comment.