mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
fix spelling
This commit is contained in:
parent
597765e3b0
commit
1b718b6d48
@ -13,7 +13,7 @@ module ActiveModel
|
|||||||
end
|
end
|
||||||
|
|
||||||
def serializable_hash(options = {})
|
def serializable_hash(options = {})
|
||||||
raise NotImplementedError, 'This is abstract method. Should be implemented at concrete adapter.'
|
raise NotImplementedError, 'This is an abstract method. Should be implemented at the concrete adapter.'
|
||||||
end
|
end
|
||||||
|
|
||||||
def to_json(options={})
|
def to_json(options={})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user