module GestaoDeEstoque
  def self.table_name_prefix
    'gestao_de_estoque_'
  end
end
