resources/controller.rb in plezi-0.12.1 vs resources/controller.rb in plezi-0.12.2

- old
+ new

@@ -27,10 +27,10 @@ # response:: the response object. # cookies:: a magic cookie-jar (sets and gets cookies). # flash:: a hash used for one-time cookies (get and set). any added values will be available for the same client for this and the next connection, after which they are removed. # # redirect_to:: easily set up redirection. -# send_data:: easily send data, setting the content-type and content-length headers. +# send_data:: easily send data, setting the content-type header. # render:: easily render Slim, Haml and IRB files into String text. # class SampleController # it is possible to includes all the Plezi::FeedHaml helper methods... \ No newline at end of file