| Module | VideosHelper |
| In: |
app/helpers/videos_helper.rb
|
# File app/helpers/videos_helper.rb, line 2 2: def subtitle_for_podcast(video) 3: (common = video.tag_list & Department.tag_names).length > 0 ? Department.find_by_tag_name(common.first).name : nil 4: end