# File lib/thinking_sphinx/active_record/database_adapters/mysql_adapter.rb, line 6 def boolean_value(value) value ? 1 : 0 end