mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
Merge pull request #714 from ride/to-json-as-json
Define as_json instead of to_json
This commit is contained in:
commit
8374396b88
@ -16,8 +16,8 @@ module ActiveModel
|
|||||||
raise NotImplementedError, 'This is an abstract method. Should be implemented at the concrete adapter.'
|
raise NotImplementedError, 'This is an abstract method. Should be implemented at the concrete adapter.'
|
||||||
end
|
end
|
||||||
|
|
||||||
def to_json(options = {})
|
def as_json(options = {})
|
||||||
serializable_hash(options).to_json
|
serializable_hash(options)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user