Mateusz Górniak

Results 2 issues of Mateusz Górniak

Hello! My team uses `flipflop` for our project and today we noticed rake tasks are not available in our app (we get `Don't know how to build task 'flipflop:features' (See...

Hi! I've noticed that callbacks for implicit event transitions don't work. Example: ``` state_machine :state, initial: :profile_details do event :pending do transition from: all - [:pending, :approved, :rejected], to: :pending...