Class: Showtube::Video
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Showtube::Video
- Defined in:
- app/models/showtube/video.rb
Instance Method Summary collapse
Instance Method Details
#vid ⇒ Object
3 4 5 6 7 8 9 |
# File 'app/models/showtube/video.rb', line 3 def vid if url.match(/youtube.com.*(?:\/|v=)([^&$]+)/) Regexp.last_match[1] else nil end end |