class ThinkingSphinx::Commands::Configure

Public Instance Methods

call() click to toggle source
# File lib/thinking_sphinx/commands/configure.rb, line 4
def call
  log "Generating configuration to #{configuration.configuration_file}"

  configuration.render_to_file
end

Private Instance Methods

type() click to toggle source
# File lib/thinking_sphinx/commands/configure.rb, line 12
def type
  'configure'
end