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