5 lines
90 B
Ruby
5 lines
90 B
Ruby
class BudgetRolAssignment < ApplicationRecord
|
|
belongs_to :budget
|
|
belongs_to :user
|
|
end
|