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