1
0
mirror of https://github.com/fspc/bike-database.git synced 2025-02-23 09:33:23 -05:00

lk | removes app_date validation

This commit is contained in:
Louis Knapp 2015-09-23 09:29:42 -05:00
parent 419fa05697
commit 02c7004cf9

View File

@ -1,5 +1,6 @@
class Client < ActiveRecord::Base class Client < ActiveRecord::Base
validates :application_date, presence: true # TODO: figure out why application_date validation is fubar
# validates :application_date, presence: true
has_one :bike has_one :bike
belongs_to :agency belongs_to :agency