Skip to content

Instantly share code, notes, and snippets.

@senny
Created August 7, 2013 12:58
Show Gist options
  • Save senny/6173823 to your computer and use it in GitHub Desktop.
Save senny/6173823 to your computer and use it in GitHub Desktop.
def test_example
e = Hstore.new tags: {"bool" => true, "number" => 5}
e.tags # => {"bool" => true, "number" => 5}
e.save
e.reload.tags # => {"bool" => "true", "number" => "5"}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment