Ask A Question

Notifications

You’re not receiving notifications from this thread.

find_each from association

javier burgos asked in Rails

Hello someone could explain mehow could i do a find_each that give me all the records associate to my model
This is the structure Venue -> has_many :services and Services -> belongs_to Venues
Im new in rails

@venue.services.find_each do |service|
service.create_all
end

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,464+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.