README.md in unidom-action-1.4 vs README.md in unidom-action-1.5
- old
+ new
@@ -84,9 +84,10 @@
### As Acted concern
The As Acted concern do the following tasks for the includer automatically:
1. Define the has_many :actings macro as: ``has_many :actings, class_name: 'Unidom::Action::Acting', as: :acted``
2. Define the #is_acted! method as: ``is_acted!(from: nil, thru: nil, due_to: nil, by: nil, via: nil, at: Time.now, action_code: 'C')``
+3. Define the #is_acted? method as: ``is_acted?(due_to: nil, by: nil, via: nil, at: Time.now, action_code: 'C')``
### As Actor Party concern
The As Actor Party concern do the following tasks for the includer automatically:
1. Define the has_many :acted_actings macro as: ``has_many :acted_actings, class_name: 'Unidom::Action::Acting', as: :actor_party``