Sha256: 3a9f19da77925e59f3be7153c4ac058a0274b114009b051ff1d4ddd94d226b36
Contents?: true
Size: 337 Bytes
Versions: 16
Compression:
Stored size: 337 Bytes
Contents
module ComfortableMexicanLoveseat::Fixture class Importer < ComfortableMexicanSofa::Fixture::Importer def initialize(from, to = from, force_import = false, locale = I18n.default_locale) super(from, to, force_import) self.site = Comfy::Cms::Site.find_or_create_by(:identifier => to, :locale => locale) end end end
Version data entries
16 entries across 16 versions & 1 rubygems