Hi! I have to include javascript code into my partial but I should do it once. How can I do that? What is the rule of thumb? G?bor
On Thu, 2006-03-16 at 17:19 +0100, G?bor Sebesty?n wrote:> Hi! > > I have to include javascript code into my partial but I should do it > once. How can I do that? > What is the rule of thumb?---- you would put it into whichever file has the <html> <head> <body> </body> </head> <html> code which is generally the ''layout'' file for the controller. Craig