class ThinkingSphinx::Frameworks::Plain

Attributes

environment[RW]
root[RW]

Public Class Methods

new() click to toggle source
# File lib/thinking_sphinx/frameworks/plain.rb, line 6
def initialize
  @environment = 'production'
  @root        = Dir.pwd
end