6 lines
108 B
Ruby
6 lines
108 B
Ruby
class SenateurFunction < ActiveRecord::Base
|
|
|
|
belongs_to :senateur_group
|
|
belongs_to :senateur_role
|
|
end
|