otwa-aggie/app/models/last_wrangling_activity.rb

4 lines
71 B
Ruby
Raw Normal View History

2026-08-13 04:44:25 +00:00
class LastWranglingActivity < ApplicationRecord
belongs_to :user
end