Class: Main
- Defined in:
- lib/bloggit/server.rb
Instance Attribute Summary
Attributes inherited from Action
Instance Method Summary collapse
Methods inherited from Action
#do_GET, #do_POST, #post, #render, #site
Instance Method Details
#get ⇒ Object
36 37 38 |
# File 'lib/bloggit/server.rb', line 36 def get render('main') end |