class Store::MembershipsController < Store::StoreController def index @membership_types = store_organization.membership_types.on_sale end end