class ParentsController < ApplicationController def index @parents = Person.just_parents respond_with @parents end end