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