class ThinkingSphinx::Commands::Configure
Public Instance Methods
call()
click to toggle source
# File lib/thinking_sphinx/commands/configure.rb, line 2 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 10 def type 'configure' end