mirror of
https://github.com/fspc/bike-database.git
synced 2025-02-23 09:33:23 -05:00
4 lines
75 B
Ruby
4 lines
75 B
Ruby
class Volunteer < ActiveRecord::Base
|
|
validates :name, presence: true
|
|
end
|