Module: Postview::Application

Defined in:
lib/postview/application.rb,
lib/postview/application/blog.rb

Overview

Copyright © 2009 Hallison Batista

Defined Under Namespace

Classes: Blog

Class Method Summary collapse

Class Method Details

.call(env) ⇒ Object



8
9
10
11
12
13
14
15
16
17
18
19
20
# File 'lib/postview/application.rb', line 8

def self.call(env)
  puts "    \#{Postview::version_summary}\n    >> DEPRECATION WARNING\n       The run Postview::Application is deprecated. Instead use\n       Postview::Application::Blog to call blogware.\n\n       Thanks.\n       \n       Visit http://github.com/hallison/postview/tree/news for more information.\n  end_msg\n  Blog.call(env)\nend\n".gsub(/^[ ]{6}/,'')