Guest User

Untitled

a guest
May 6th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. CodeMirror on rails 3.1?
  2. //----- code (application.js)------//
  3. $(document).ready(function() {
  4. $('#comment_body').each(function() {
  5. var editor = CodeMirror.fromTextArea(this, {
  6. lineNumbers : true,
  7. matchBrackets : true
  8. });
  9. })
  10. })
  11. //------end------//
Advertisement
Add Comment
Please, Sign In to add comment