Skip to content

Instantly share code, notes, and snippets.

@endash
Created November 11, 2008 00:25
Show Gist options
  • Save endash/23704 to your computer and use it in GitHub Desktop.
Save endash/23704 to your computer and use it in GitHub Desktop.
>>> Editor.Page.find(1)['_page@102']
SC.Collection:@127 conditions=Object _bindings=[0] _observers=[0]
>>> Editor.Page.find(2)['_page@102']
SC.Collection:@128 conditions=Object _bindings=[0] _observers=[0]
>>> $I(Editor.Page.find(1)['_page@102'].conditions)
"#<Hash:{'page': Editor.Page({ guid=2 })}>"
>>> $I(Editor.Page.find(2)['_page@102'].conditions)
"#<Hash:{'page': Editor.Page({ guid=2 })}>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment