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.
1 parent 320596b commit 4fb635bCopy full SHA for 4fb635b
lib/active_model_serializers/model.rb
@@ -1,6 +1,7 @@
1
# ActiveModelSerializers::Model is a convenient superclass for making your models
2
# from Plain-Old Ruby Objects (PORO). It also serves as a reference implementation
3
# that satisfies ActiveModel::Serializer::Lint::Tests.
4
+require 'active_support/core_ext/hash'
5
module ActiveModelSerializers
6
class Model
7
include ActiveModel::Serializers::JSON
0 commit comments