Friday, September 20, 2024 12:15:18 AM
> settings

Customize


Authenticate

> project_filter.rb
# frozen_string_literal: true

class ProjectFilter < ApplicationRecord
  include PublicIdConcern

  ###########################################
  # Attributes
  attribute :public_id, :public_id
  attribute :project_id, :integer
  attribute :paths, :pathnames
  attribute :created_at, :datetime
  attribute :updated_at, :datetime

  ###########################################
  # Associations
  belongs_to :project

  ###########################################
  # Scopes

  ###########################################
end
All opinions represented herein are my own
- © 2024 itsthedevman
- build 340fbb8