def create
    authorize Fellow
    @form = Fellows::CreateForm.new(User.new)

    if @form.validate(params[:fellows_create])