1 parent fdbf035 commit 3f07fcbCopy full SHA for 3f07fcb
1 file changed
lib/logidze/has_logidze.rb
@@ -12,6 +12,7 @@ module ClassMethods # :nodoc:
12
def has_logidze(ignore_log_data: Logidze.ignore_log_data_by_default, detached: Logidze.detached_log_placement?)
13
include Logidze::IgnoreLogData
14
include Logidze::Model
15
+
16
if detached && !Logidze.inline_log_placement?
17
# Adds needed behavior to models and alters behavior of some methods from +Logidze::Model+ to
18
# work with detached table for `log_data`
0 commit comments