Pickdate and some better general foundation styling
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ class List
|
||||
property :price, type: Float
|
||||
property :is_paid, type: :boolean, default: false
|
||||
property :paid_at, type: Time
|
||||
property :user_requests_closing, :boolean, default: false
|
||||
property :user_requests_closing, type: :boolean, default: false
|
||||
|
||||
has_many :orders, dependent: :destroy
|
||||
belongs_to :table
|
||||
|
||||
Reference in New Issue
Block a user