Is it possible to retrieve more than one result with find_by_attribute
in ActiveRecord.
If yes, how would I parse through it?
for example
custom_fields = CustomField.find_by_MerchantId(merchant.id)
or would I have to use a different finder method.
Any help would be great,
Thanks