Class: ThinkingSphinx::Commands::Running
- Defined in:
- lib/thinking_sphinx/commands/running.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/running.rb', line 4 def call return true if configuration.settings['skip_running_check'] controller.running? end |