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