Methods
C
R
S
Class Public methods
controller_path()
# File actionpack/test/controller/render_js_test.rb, line 9
def self.controller_path
  'test'
end
Instance Public methods
render_vanilla_js_hello()
# File actionpack/test/controller/render_js_test.rb, line 13
def render_vanilla_js_hello
  render :js => "alert('hello')"
end
show_partial()
# File actionpack/test/controller/render_js_test.rb, line 17
def show_partial
  render :partial => 'partial'
end