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

- old
+ new

@@ -1,20 +1,19 @@ +# frozen_string_literal: true module Msip module Concerns module Models module Perfilorgsocial extend ActiveSupport::Concern included do - include Msip::Modelo + include Msip::Modelo include Msip::Localizacion include Msip::Basica - self.table_name = 'msip_perfilorgsocial' - + self.table_name = "msip_perfilorgsocial" end # included - end end end end