aasm-coder
Installation
SKILL.md
AASM Coder
State machine patterns for managing workflow states in Rails.
Setup
# Gemfile
gem "aasm", "~> 5.5"
Basic State Machine
class Order < ApplicationRecord
include AASM
State machine patterns for managing workflow states in Rails.
# Gemfile
gem "aasm", "~> 5.5"
class Order < ApplicationRecord
include AASM