This repository was archived by the owner on Dec 29, 2024. It is now read-only.
activeinteractor 1.1.1
Install from the command line:
Learn more about RubyGems packages
$ gem install activeinteractor --version "1.1.1"
Install via Gemfile:
source "https://rubygems.pkg.github.com/aaronmallen" do
gem "activeinteractor", "1.1.1"
end
About this version
An implementation of the Command Pattern for Ruby with ActiveModel::Validations inspired by the interactor gem. Rich support for attributes, callbacks, and validations, and thread safe performance methods.