We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41d3ba1 + 286eb9a commit a459ddeCopy full SHA for a459dde
CHANGELOG.md
@@ -1,6 +1,7 @@
1
Next Release
2
============
3
4
+* [#54](https://github.com/intridea/grape-entity/issues/54): Fix: undefined method `to_set' - [@aj0strow](https://github.com/aj0strow).
5
* Your contribution here.
6
7
0.4.0 (2014-01-27)
lib/grape_entity/entity.rb
@@ -1,4 +1,5 @@
require 'multi_json'
+require 'set'
module Grape
# An Entity is a lightweight structure that allows you to easily
0 commit comments