class RenderJSTest::TestController

Public Class Methods

controller_path() click to toggle source
# File test/controller/render_js_test.rb, line 7
def self.controller_path
  'test'
end

Public Instance Methods

greeting() click to toggle source
# File test/controller/render_js_test.rb, line 11
def greeting
  # let's just rely on the template
end