I\'m wondering how the following is done in Rails 4 or if I just use the Rails 3 approach for using a lambda that can pass an argument the same way with 4 as I do with 3. >
To support associations:
scope :find_lazy, -> (object) { where(object_id: object.id) }