class ThinkingSphinx::Commands::Index
Public Instance Methods
call()
click to toggle source
# File lib/thinking_sphinx/commands/index.rb, line 2 def call controller.index :verbose => options[:verbose] end
Private Instance Methods
type()
click to toggle source
# File lib/thinking_sphinx/commands/index.rb, line 8 def type 'indexing' end