coton_app/app/models/admin_preference.rb
Nicolas Bally 0b9daf14b2 migration
2020-03-19 00:53:22 +01:00

4 lines
67 B
Ruby

class AdminPreference < ActiveRecord::Base
belongs_to :admin
end