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