1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-31 19:19:38 +02:00
Maybe/app/models/rule/action.rb

6 lines
104 B
Ruby
Raw Normal View History

2025-02-25 11:34:37 -05:00
class Rule::Action < ApplicationRecord
belongs_to :rule
validates :action_type, presence: true
end