Module: Believer::Counting::ClassMethods
- Defined in:
- lib/believer/counting.rb
Instance Method Summary collapse
Instance Method Details
#counter_columns ⇒ Object
7 8 9 |
# File 'lib/believer/counting.rb', line 7 def counter_columns columns_with_type(:counter) end |
#is_counter_table? ⇒ Boolean
11 12 13 |
# File 'lib/believer/counting.rb', line 11 def is_counter_table? counter_columns.any? end |