Example code needed to play mp4 video in rails application

example code needed to play mp4 video in rails application
thanks

@pxuiti - This is more of an HTML question but the code below should work

<video width="320" height="240" controls>
  <source src="your_movie.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>