mirror of
https://github.com/oonyeje/Pearlception_Website_RoR.git
synced 2025-12-25 03:37:40 +00:00
4 lines
57 B
Ruby
4 lines
57 B
Ruby
class Run < ApplicationRecord
|
|
has_many :oysters
|
|
end
|