README.md in unidom-action-1.9.2 vs README.md in unidom-action-1.10
- old
+ new
@@ -120,5 +120,16 @@
The As State Transitor Party concern do the following tasks for the includer automatically:
1. Define the has_many :transited_state_transitions macro as: ``has_many :transited_state_transitions, class_name: 'Unidom::Action::StateTransition', as: :transitor_party``
2. Define the #transit! method as: ``transit!(it, from: nil, thru: nil, due_to: nil, via: nil, at: Time.now)``
3. Define the #transit? method as: ``transit?(it, from: nil, thru: nil, due_to: nil, via: nil, at: Time.now)``
+
+
+
+## Enum codes
+
+### Obsolescence enum code
+
+```ruby
+Unidom::Action::Obsolescence::Obsolesce
+Unidom::Action::Obsolescence::Recover
+```