Created
August 7, 2013 12:58
-
-
Save senny/6173823 to your computer and use it in GitHub Desktop.
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
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