Class: WelcomePage
- Inherits:
-
My::Action
- Object
- K8::BaseAction
- K8::Action
- My::Action
- WelcomePage
- 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
Instance Method Summary collapse
Methods inherited from K8::BaseAction
Constructor Details
This class inherits a constructor from K8::BaseAction
Instance Method Details
#do_index ⇒ Object
12 13 14 15 |
# File 'lib/keight/skeleton/app/page/welcome.rb', line 12 def do_index #"<h1>Welcome!</h1>" render_html :welcome end |