Sha256: d7e90e02d9f9eb6fd5fbfe0fca580118586e4b4a91d9baa139e59dc7e5aa09e9
Contents?: true
Size: 337 Bytes
Versions: 1
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) self.site = Comfy::Cms::Site.find_or_create_by(:identifier => to, :locale => locale) super(from, to, force_import) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
comfortable_mexican_loveseat-0.1.1 | lib/comfortable_mexican_loveseat/fixture.rb |