3 lines
71 B
Ruby
Executable file
3 lines
71 B
Ruby
Executable file
class LastWranglingActivity < ApplicationRecord
|
|
belongs_to :user
|
|
end
|