aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/dashboard.rb
blob: fe54e9d6fcc5b725a976451fc3ed051466098a6b (plain) (blame)
1
2
3
4
# frozen_string_literal: true
class Dashboard < ActiveRecord::Base
  self.primary_key = :dashboard_id
end