Guest User

Untitled

a guest
Aug 23rd, 2014
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. get '/hi' do
  2. @video_links = Dir.glob('/var/www/*.mp4')
  3. <% @video_links.each do |name| %>
  4. <video src='<%= name %>' controls />
  5. <% end %>
  6. end
  7.  
  8. <% @video_links.each do |name| %>
  9. ^
  10. /var/www/myapp.rb:187: unterminated string meets end of file
Advertisement
Add Comment
Please, Sign In to add comment