Skip to content
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
Compare
Choose a tag to compare
@markijbema markijbema released this 15 Aug 14:35
· 84 commits to master since this release
  • Removed the methods old_interactor, old_command, and old_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 now validate. Like execute, this method should not be called directly, instead Pavlov provides a wrapper method called valid?. This allows us to add default validations without you having to remember to call super.