afly
afly
**Describe the bug** i define two inherited class with aasm,for example : ```ruby class Aasm01 < ApplicatioinRecord aasm column: 'state01', enum: :state01_enum_hash do .... end end class Aasm02 < aasm01...
Graphiti::Adapters::ActiveRecord has some great function such as filter_string_match() etc. but howto invoke it ?, for example: ``` filter :some_field do match do | scope ,value | filter_string_match(...) # can`t work...
not only i want konw which items were seleced,,but also what order these selected items was.. so i do it as below , Is there other easy way ? ```...