Class: ThinkingSphinx::Commands::Prepare
- Defined in:
- lib/thinking_sphinx/commands/prepare.rb
Instance Method Summary collapse
Methods inherited from Base
Methods included from WithOutput
Instance Method Details
#call ⇒ Object
4 5 6 7 8 |
# File 'lib/thinking_sphinx/commands/prepare.rb', line 4 def call return if skip_directories? FileUtils.mkdir_p configuration.indices_location end |