mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-04-07 22:54:11 +02:00
4 lines
59 B
Ruby
4 lines
59 B
Ruby
class AgeRange < ActiveRecord::Base
|
|
has_many :events
|
|
end
|