Files
sx-fc/app/models/account.rb
2017-06-02 19:16:14 +06:30

8 lines
185 B
Ruby

class Account < ApplicationRecord
validates_presence_of :title, :account_type
has_many :menu_items
# belongs_to :lookup , :class_name => "Lookup" ,:foreign_key => :tax_type
end