mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 15:23:06 +00:00
We can't just piggyback on serialization because it may already be included at this point.
This commit is contained in:
@@ -16,7 +16,7 @@ class SerializerTest < ActiveModel::TestCase
|
||||
end
|
||||
|
||||
class User
|
||||
include ActiveModel::Serialization
|
||||
include ActiveModel::SerializerSupport
|
||||
|
||||
attr_accessor :superuser
|
||||
|
||||
|
||||
Reference in New Issue
Block a user