Skip to content

phinfonet/showtube

Repository files navigation

Showtube

PT-BR:

Essa é uma gem que tem a função de exibir videos do youtube em uma app rails.

para utilizar, acrescente em seu model:

has_many :videos

acrescente em sua view: Para exibir o iframe do video:

<%= showtube_tag(video.vid) %>

Para exibir a imagem do video:

<%= showtube_img_tag(video.vid) %>

En:

This is a gem that show youtube videos in a app rails.

for use, add in your model:

has_many :videos

add in your view: For show the video iframe:

<%= showtube_tag(video.vid) %>

For show the video image :

<%= showtube_img_tag(video.vid) %>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published