4 lines
71 B
Ruby
4 lines
71 B
Ruby
|
|
class LastWranglingActivity < ApplicationRecord
|
||
|
|
belongs_to :user
|
||
|
|
end
|