lib/fish0/concerns/cacheable.rb in fish0-0.0.4 vs lib/fish0/concerns/cacheable.rb in fish0-0.0.5

- old
+ new

@@ -16,13 +16,9 @@ end end private - def primary_key_value - send(primary_key) - end - def timestamp_attributes_for_update [:updated_at] end def max_updated_column_timestamp(timestamp_names = timestamp_attributes_for_update)