Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CodeMirror on rails 3.1?
- //----- code (application.js)------//
- $(document).ready(function() {
- $('#comment_body').each(function() {
- var editor = CodeMirror.fromTextArea(this, {
- lineNumbers : true,
- matchBrackets : true
- });
- })
- })
- //------end------//
Advertisement
Add Comment
Please, Sign In to add comment