6 lines
118 B
6 lines
118 B
6 years ago
|
class ShixunMember < ApplicationRecord
|
||
|
belongs_to :shixun, counter_cache: :users_count
|
||
|
belongs_to :user
|
||
|
|
||
|
end
|