mirror of
https://github.com/github/rails.git
synced 2026-01-10 15:17:57 -05:00
4 lines
76 B
Ruby
4 lines
76 B
Ruby
class Dashboard < ActiveRecord::Base
|
|
self.primary_key = :dashboard_id
|
|
end
|