update origamitable,room query
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
class Customer < ApplicationRecord
|
||||
|
||||
#self.primary_key = :customer_id
|
||||
|
||||
before_create :generate_custom_id
|
||||
has_many :orders
|
||||
has_many :sales
|
||||
|
||||
Reference in New Issue
Block a user