Sha256: 904f672900b6760c59fbafa2e1ff84830d9ec075690706f18188bad208572ef3

Contents?: true

Size: 249 Bytes

Versions: 3

Compression:

Stored size: 249 Bytes

Contents

class ThinkingSphinx::Commands::Configure < ThinkingSphinx::Commands::Base
  def call
    log "Generating configuration to #{configuration.configuration_file}"

    configuration.render_to_file
  end

  private

  def type
    'configure'
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
thinking-sphinx-3.4.2 lib/thinking_sphinx/commands/configure.rb
thinking-sphinx-3.4.1 lib/thinking_sphinx/commands/configure.rb
thinking-sphinx-3.4.0 lib/thinking_sphinx/commands/configure.rb