ecoffee/app/models/fairy.rb

3 lines
59 B
Ruby

class Fairy < ApplicationRecord
belongs_to :instance
end