Sha256: a49eb301b62232c7441d136b55ddf0976c2c1a92f89dba60d2950500b1a0f6be

Contents?: true

Size: 266 Bytes

Versions: 1

Compression:

Stored size: 266 Bytes

Contents

module LogBook
  class Store < ActiveSupport::CurrentAttributes
    # attribute :author
    # attribute :action
    # attribute :controller
    # attribute :request_uuid
    attribute :recording_enabled
    attribute :record_squashing

    attribute :tree
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_log_book-2.1.0 lib/log_book/store.rb