class Base::ElementoPorCategoria < ApplicationRecord
  has_paper_trail
  belongs_to :elemento_de_gasto, polymorphic: true
  belongs_to :categoria
end
