Can someone please tell me what
send("{Model.find...}")
is and does?
|
|
Practically speaking, those lines are equivalent:
Note that If there is really no variable before send, that means that the global Object is used:
|
|||||||||
|
|
send is a ruby (without rails) method allowing to invoke another method by name. From documentation
|
|||
|
|