Sha256: d7481afa12a658eb70ec2a5e76a03063b74641301aa7866d636fb63491dd078d
Contents?: true
Size: 183 Bytes
Versions: 97
Compression:
Stored size: 183 Bytes
Contents
class Box < ActiveRecord::Base define_index do indexes width, :as => :width_field has width, length, depth has [width, length, depth], :as => :dimensions end end
Version data entries
97 entries across 97 versions & 16 rubygems