README.rdoc in authpds-0.2.0 vs README.rdoc in authpds-0.2.1

- old
+ new

@@ -143,8 +143,6 @@ method, e.g. :before_persisting, :persist, :after_persisting. We're using the :persist callback and setting it to :persist_session. === Access to the controller in Session The class that Session extends, Authologic::Session::Base, has an explicit handle to the current controller via the instance method :controller. This gives our custom instance methods access to cookies, session information, loggers, etc. and also allows them to -perform redirects and renders. - -== Build Status {<img src="https://secure.travis-ci.org/scotdalton/authpds.png"/>}[http://travis-ci.org/scotdalton/authpds] +perform redirects and renders. \ No newline at end of file