1
0
mirror of https://github.com/fspc/bike-database.git synced 2025-02-23 17:43:22 -05:00
bike-database/app/models/volunteer.rb

4 lines
75 B
Ruby
Raw Normal View History

2014-03-12 19:37:51 -05:00
class Volunteer < ActiveRecord::Base
2014-03-26 16:33:17 -05:00
validates :name, presence: true
2014-03-12 19:37:51 -05:00
end