Displaying 1 result from an estimated 1 matches for "set_ag".
Did you mean:
set_sg
2005 Nov 24
2
What does ActiveRecord#send do?
Apologies in advance for the newbie question...
I''ve seen usage of a "send" method on ActiveRecord objects but I''m not
sure what it''s intending to do. For example, scaffolding will use the
.send method on the model object in the list template.
I checked api.rubyonrails.com page but somehow didn''t find any specifics
about it.
Can someone explain