我有類似這樣的兩種模式: class Thing < ActiveRecord::Base
has_many :properties
end
class Property < ActiveRecord::Base
belongs_to :thing
end
# == Schema Information
#
# Table name: properties
我有以下類別: class Product < ApplicationRecord
belongs_to :product_category
def destroy
puts "Product Destroy!"
end
end
class ProductCategory < ApplicationRecord
has_many :pro
我正在尋找類似的方式來查詢數據庫like this,但努力如何去做我想要的。 我不只是尋找答案,我也尋求你在哪裏找到使用的方法。我已經搜索了postgres數據庫查詢,rails數據庫查詢,但沒有顯示出符合我想要的,甚至關閉。 foo = "a,b,c,d"
b.bar #=> "b,d,a,f,z" Code shorten for the B Class.
B.where('bar li