instance method
[]=
Ruby on Rails 8.0.4
Since v4.0.13Signature
[]=(k, v)
No documentation comment.
Parameters
-
kreq -
vreq
Source
# File activerecord/lib/active_record/fixtures.rb, line 728
def []=(k, v)
fixtures[k] = v
end
Defined in activerecord/lib/active_record/fixtures.rb line 728
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::FixtureSet