$ rails g model User
belongs_to
has_one
<script type="text/javascript"> | |
c=document.getElementsByClassName("comment-inner"); | |
last_element = c[c.length - 1]; | |
last_element.style.borderBottomWidth="0"; | |
</script> |
// JSRPN - a simple console display javaScript RPN calculator | |
// by Lars Johnson and Paul Gaston Gouron | |
var RPN = function(string){ | |
var poppush = function () { | |
stack.pop() | |
stack.pop() | |
stack.push(value) | |
} |