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:
parent
419fa05697
commit
02c7004cf9
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user