sdb_service 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/sdb_service/service.rb +1 -1
- metadata +2 -2
data/lib/sdb_service/service.rb
CHANGED
@@ -132,7 +132,7 @@ module SdbService
|
|
132
132
|
# simple method for associating and activiating a serializer strategy for an
|
133
133
|
# instance of this class.
|
134
134
|
def load_serializer!(serializer)
|
135
|
-
@serializer = constantize("#{serializer}_serializer", "
|
135
|
+
@serializer = constantize("#{serializer}_serializer", "sdb_service/serializers")
|
136
136
|
end
|
137
137
|
|
138
138
|
# accessor for serializer
|