1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-31 02:59:39 +02:00
Maybe/app/models/rule/action.rb
2025-04-02 08:10:35 -04:00

5 lines
104 B
Ruby

class Rule::Action < ApplicationRecord
belongs_to :rule
validates :action_type, presence: true
end