Sha256: 5ae566c4d5474132972910ad20791fe680d79f5eb90345ecec4fd177a4cb2b31

Contents?: true

Size: 221 Bytes

Versions: 3

Compression:

Stored size: 221 Bytes

Contents

# frozen_string_literal: true

class ThinkingSphinx::Commands::Prepare < ThinkingSphinx::Commands::Base
  def call
    FileUtils.mkdir_p configuration.indices_location
  end

  private

  def type
    'prepare'
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
thinking-sphinx-4.2.0 lib/thinking_sphinx/commands/prepare.rb
thinking-sphinx-4.1.0 lib/thinking_sphinx/commands/prepare.rb
thinking-sphinx-4.0.0 lib/thinking_sphinx/commands/prepare.rb