Class: ThinkingSphinx::Commands::Configure
- Inherits:
-
Base
- Object
- Base
- ThinkingSphinx::Commands::Configure
show all
- Defined in:
- lib/thinking_sphinx/commands/configure.rb
Instance Method Summary
collapse
Methods inherited from Base
call, #call_with_handling
Methods included from WithOutput
#initialize
Instance Method Details
#call ⇒ Object
4
5
6
7
8
|
# File 'lib/thinking_sphinx/commands/configure.rb', line 4
def call
log "Generating configuration to #{configuration.configuration_file}"
configuration.render_to_file
end
|