commit
2da180fdcc
@ -0,0 +1,3 @@
|
||||
class Partner < ApplicationRecord
|
||||
has_many :users
|
||||
end
|
@ -0,0 +1,5 @@
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe Partner, type: :model do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
Loading…
Reference in new issue