Sha256: fe8307d46be7be7bac4b704cf18ad15f89a036ca30a58527ce6b95e6fe4f3622
Contents?: true
Size: 324 Bytes
Versions: 1
Compression:
Stored size: 324 Bytes
Contents
module LogBook extend Dry::Configurable setting :records_table_name, 'records' setting :ignored_attributes, [:updated_at, :created_at] setting :always_record, false setting :author_method, :current_user setting :record_squashing, false setting :skip_if_empty_actions, [:update] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_log_book-2.3.0 | lib/log_book/configuration.rb |