instance method
to_h
Ruby on Rails edge
Since v7.2.3.2Signature
to_h()
No documentation comment.
Source
# File activesupport/lib/active_support/ordered_options.rb, line 113
def to_h
@parent.to_h.merge(self)
end
Defined in activesupport/lib/active_support/ordered_options.rb line 113
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::InheritableOptions