B-Sides / peacekeeper

Peacekeeper handles delegation to a variety of ORMs and separation of business logic from persistance logic
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Calling relational methods doesn't return wrapped children #1

Closed jperrine closed 12 years ago

jperrine commented 12 years ago

Steps to reproduce:

  1. Create a restaurant with at least one slot child entity
  2. Open up a console and do the following:

    RestaurantModel.find(id: x).slots.first.class # => Slot