notebook/app/models/users/api_key.rb
2019-03-01 16:42:27 -06:00

4 lines
56 B
Ruby

class ApiKey < ApplicationRecord
belongs_to :user
end