Skip to content

Instantly share code, notes, and snippets.

@danhixon
Created October 6, 2009 23:54
Show Gist options
  • Save danhixon/203580 to your computer and use it in GitHub Desktop.
Save danhixon/203580 to your computer and use it in GitHub Desktop.
Loading development environment (Rails 2.3.4)
>> r = Rule.first
=> #<Rule @id=1 @name="Send Call" @description=<not loaded> @last_run_at=Wed, 11 Feb 2009 10:37:58 -0800 @is_auto_approved=false @send_only_unique=false>
>> require 'pp'
=> ["PP"]
>> pp r["description"]
"Awesome customers get good stuff."
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment