mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #41023 from kuldeepaggarwal/patch-1
[ci skip]Inherit from correct base class in docs
This commit is contained in:
commit
a62a1185b9
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ module ActiveRecord
|
|||
# class Money < Struct.new(:amount, :currency)
|
||||
# end
|
||||
#
|
||||
# class MoneyType < Type::Value
|
||||
# class MoneyType < ActiveRecord::Type::Value
|
||||
# def initialize(currency_converter:)
|
||||
# @currency_converter = currency_converter
|
||||
# end
|
||||
|
|
Loading…
Reference in a new issue