Sha256: a6d7fc2215fd03475940c15af511a0eea08ef48b12aa074a26b35bf7d9cf3da7
Contents?: true
Size: 235 Bytes
Versions: 7
Compression:
Stored size: 235 Bytes
Contents
# encoding: utf-8 ThinkingSphinx::Index.define :user, with: :real_time do indexes username indexes name indexes email has last_login_at, type: :timestamp has created_at, type: :timestamp has activated, type: :boolean end
Version data entries
7 entries across 7 versions & 2 rubygems