Sha256: 236f753e426a2b5c14f80541fc6dfdf18448bb9e91413847cb8cb0f0b942ec6d
Contents?: true
Size: 378 Bytes
Versions: 18
Compression:
Stored size: 378 Bytes
Contents
module ProMotion module Table module Indexable def table_data_index return nil if self.promotion_table_data.filtered || !self.class.get_indexable index = self.promotion_table_data.sections.collect{ |section| (section[:title] || " ")[0] } || [] index.unshift("{search}") if self.class.get_searchable index end end end end
Version data entries
18 entries across 18 versions & 1 rubygems