Methods
I
S
Instance Public methods
index()
# File actionview/test/actionpack/abstract/layouts_test.rb, line 183
def index
  render :template => ActionView::Template::Text.new("Hello index!")
end
show()
# File actionview/test/actionpack/abstract/layouts_test.rb, line 187
def show
  render :template => ActionView::Template::Text.new("Hello show!")
end