Tagged Questions

0
votes
3answers
1k views

Insert javascript call inside <body onLoad=function()> in RAILS

I am n00b at rails. The question is very simple, i want to know how can i make a javascript function call inside body tag on the onLoad event. I'm asking this because in the views i can't find any ...