lib/msip/concerns/models/fuenteprensa.rb in msip-2.2.0.alfa3 vs lib/msip/concerns/models/fuenteprensa.rb in msip-2.2.0.beta1

- old
+ new

@@ -1,15 +1,15 @@ +# frozen_string_literal: true module Msip module Concerns module Models module Fuenteprensa extend ActiveSupport::Concern include Msip::Basica included do - self.table_name = 'msip_fuenteprensa' + self.table_name = "msip_fuenteprensa" end end end end end -