This repository has been archived by the owner on Feb 7, 2018. It is now read-only.
Version 0.1.7
Pre-release
Pre-release
- Removed the methods
old_interactor
,old_command
, andold_query
from both Pavlov module and Helpers. - In preparation for changes to the validation system, we've changed the name of the method you should implement that performs the validations. This was
valid?
, and it is nowvalidate
. Likeexecute
, this method should not be called directly, instead Pavlov provides a wrapper method calledvalid?
. This allows us to add default validations without you having to remember to callsuper
.