Skip to content

Commit 4fb635b

Browse files
committed
Required
1 parent 320596b commit 4fb635b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/active_model_serializers/model.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# ActiveModelSerializers::Model is a convenient superclass for making your models
22
# from Plain-Old Ruby Objects (PORO). It also serves as a reference implementation
33
# that satisfies ActiveModel::Serializer::Lint::Tests.
4+
require 'active_support/core_ext/hash'
45
module ActiveModelSerializers
56
class Model
67
include ActiveModel::Serializers::JSON

0 commit comments

Comments
 (0)