diff options
Diffstat (limited to 'activerecord/test/models/dashboard.rb')
-rw-r--r-- | activerecord/test/models/dashboard.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/activerecord/test/models/dashboard.rb b/activerecord/test/models/dashboard.rb new file mode 100644 index 0000000000..a8a25834b1 --- /dev/null +++ b/activerecord/test/models/dashboard.rb @@ -0,0 +1,3 @@ +class Dashboard < ActiveRecord::Base + set_primary_key :dashboard_id +end
\ No newline at end of file |