notebook/app/models/api_key.rb
2018-09-16 22:38:37 -05:00

4 lines
56 B
Ruby

class ApiKey < ApplicationRecord
belongs_to :user
end