mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Define as_json instead of to_json
This commit is contained in:
parent
80ece39dd9
commit
f5411f045f
@ -16,8 +16,8 @@ module ActiveModel
|
||||
raise NotImplementedError, 'This is an abstract method. Should be implemented at the concrete adapter.'
|
||||
end
|
||||
|
||||
def to_json(options = {})
|
||||
serializable_hash(options).to_json
|
||||
def as_json(options = {})
|
||||
serializable_hash(options)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user