EvoBal/app/models/action.rb

6 lines
90 B
Ruby

# frozen_string_literal: true
class Action < ApplicationRecord
belongs_to :ruleset
end