# frozen_string_literal: true HasStates.configure do |config| # Configure your models here # Example: # # config.configure_model User do |model| # model.state_type :kyc do |type| # type.statuses = ['pending', 'completed', 'rejected'] # end # end end