Class: Main

Inherits:
Action
  • Object
show all
Defined in:
lib/bloggit/server.rb

Instance Attribute Summary

Attributes inherited from Action

#content_type, #req, #res

Instance Method Summary collapse

Methods inherited from Action

#do_GET, #do_POST, #post, #render, #site

Instance Method Details

#getObject



36
37
38
# File 'lib/bloggit/server.rb', line 36

def get
	render('main')
end