Skip to content

Commit a459dde

Browse files
committed
Merge pull request ruby-grape#55 from aj0strow/to-set
explicitly require set
2 parents 41d3ba1 + 286eb9a commit a459dde

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Next Release
22
============
33

4+
* [#54](https://github.com/intridea/grape-entity/issues/54): Fix: undefined method `to_set' - [@aj0strow](https://github.com/aj0strow).
45
* Your contribution here.
56

67
0.4.0 (2014-01-27)

lib/grape_entity/entity.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require 'multi_json'
2+
require 'set'
23

34
module Grape
45
# An Entity is a lightweight structure that allows you to easily

0 commit comments

Comments
 (0)