Files
growstuff/app/models/authentication.rb
2019-12-20 03:33:23 +00:00

6 lines
97 B
Ruby

# frozen_string_literal: true
class Authentication < ApplicationRecord
belongs_to :member
end