Skip to content

Instantly share code, notes, and snippets.

@willrjmarshall
Created October 19, 2011 01:29
Show Gist options
  • Save willrjmarshall/1297264 to your computer and use it in GitHub Desktop.
Save willrjmarshall/1297264 to your computer and use it in GitHub Desktop.
!!!
%html
%head
%title Opjam
= stylesheet_link_tag "application"
= javascript_include_tag 'application'
= javascript_include_tag 'jquery.jplayer.min'
= csrf_meta_tag
= render('plates/index.json.rabl', object: ["test", "object"])
- if @plates
:javascript
window.platesHash = #{render :file => "plates/_index.json.rabl"}
%body
.....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment