Class: WelcomePage

Inherits:
My::Action show all
Defined in:
lib/keight/skeleton/app/page/welcome.rb

Constant Summary

Constants inherited from My::Action

My::Action::ERUBY_CACHE, My::Action::ERUBY_HTML, My::Action::ERUBY_HTML_EXT, My::Action::ERUBY_LAYOUT, My::Action::ERUBY_PATH, My::Action::ERUBY_TEXT, My::Action::ERUBY_TEXT_EXT

Instance Attribute Summary

Attributes inherited from K8::BaseAction

#req, #resp, #sess

Instance Method Summary collapse

Methods inherited from K8::BaseAction

#handle_action, #initialize

Constructor Details

This class inherits a constructor from K8::BaseAction

Instance Method Details

#do_indexObject



12
13
14
15
# File 'lib/keight/skeleton/app/page/welcome.rb', line 12

def do_index
  #"<h1>Welcome!</h1>"
  render_html :welcome
end