mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-31 02:59:39 +02:00
5 lines
104 B
Ruby
5 lines
104 B
Ruby
class Rule::Action < ApplicationRecord
|
|
belongs_to :rule
|
|
|
|
validates :action_type, presence: true
|
|
end
|