Created
July 7, 2014 22:59
-
-
Save zackn9ne/727c80f46aa6f6666bce to your computer and use it in GitHub Desktop.
js combo developing console tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blog_post_1 | |
blog_post_1.attributes | |
post_view | |
blog_post_1.set('title', 'ruminations'); | |
post_view.render() | |
blog_post_1.attributes | |
blog_post_1.set('name', 'ruminations'); | |
post_view.render() | |
$("#added").html(post_view.render()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
awesome ways to test a model called blog_post_1 & a view called post_view