File: postgres_user.rb

package info (click to toggle)
ruby-paper-trail 12.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,200 kB
  • sloc: ruby: 6,743; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (2)
1
2
3
4
5
# frozen_string_literal: true

class PostgresUser < ActiveRecord::Base
  has_paper_trail
end