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. >
I think it should be:
scope :find_lazy, -> (id) { where(id: id) }