Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- get '/hi' do
- @video_links = Dir.glob('/var/www/*.mp4')
- <% @video_links.each do |name| %>
- <video src='<%= name %>' controls />
- <% end %>
- end
- <% @video_links.each do |name| %>
- ^
- /var/www/myapp.rb:187: unterminated string meets end of file
Advertisement
Add Comment
Please, Sign In to add comment