lib/grape_entity/exposure/base.rb in grape-entity-0.6.0 vs lib/grape_entity/exposure/base.rb in grape-entity-0.6.1
- old
+ new
@@ -32,11 +32,10 @@
@attribute == other.attribute &&
@options == other.options &&
@conditions == other.conditions
end
- def setup
- end
+ def setup; end
def nesting?
false
end