Displaying 1 result from an estimated 1 matches for "40e23215".
Did you mean:
1023215
2006 Aug 03
3
Calling/Executing javascript functions from controller
Hey all,
How can I call a javascript function from my controller?
Is it possible to simply call a javascript function
from directly in the controller WITHOUT needing an AJAX
request to come through via link_to_remote or remote form?
As an example I''ve tried:
class RandomController < ApplicationController
before_filter :login_required, :except => [:index, :initialize]
def index