Class: ICalPal::Store
Overview
Class representing items from the Store
table
Constant Summary collapse
- QUERY =
<<~SQL SELECT DISTINCT Store.name AS account, * FROM #{self.name.split('::').last} WHERE Store.disabled IS NOT 1 AND Store.display_order IS NOT -1 SQL