Pickdate and some better general foundation styling

This commit is contained in:
2014-04-16 14:13:05 +02:00
parent ed27574b77
commit 3ef888a30a
100 changed files with 5429 additions and 31 deletions
+1 -1
View File
@@ -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