mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-24 23:06:50 +00:00
Adding doc for build_json method
This commit is contained in:
parent
fd578fcf69
commit
e4ad25073d
@ -256,6 +256,10 @@ module ActiveModel
|
|||||||
end
|
end
|
||||||
alias_method :root=, :root
|
alias_method :root=, :root
|
||||||
|
|
||||||
|
# Used internally to create a new serializer object based on controller
|
||||||
|
# settings and options for a given resource. These settings are typically
|
||||||
|
# set during the request lifecycle or by the controller class, and should
|
||||||
|
# not be manually defined for this method.
|
||||||
def build_json(controller, resource, options)
|
def build_json(controller, resource, options)
|
||||||
default_options = controller.send(:default_serializer_options) || {}
|
default_options = controller.send(:default_serializer_options) || {}
|
||||||
options = default_options.merge(options || {})
|
options = default_options.merge(options || {})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user