Changeset 2cf355b in RedSur


Ignore:
Timestamp:
Nov 30, 2015, 3:07:13 PM (8 years ago)
Author:
RedSur Developer <diaspora@…>
Branches:
master, PerfilGrupal, modelo_minuta, profile_fields
Children:
745df03
Parents:
f765d15
Message:

Eliminados los aspectos inicializados automáticamente
con user.seed_aspects.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/controllers/registrations_controller.rb

    r412c4bc r2cf355b  
    1414    if @user.sign_up
    1515      flash[:notice] = I18n.t 'registrations.create.success'
    16       @user.seed_aspects
     16      #@user.seed_aspects
    1717      sign_in_and_redirect(:user, @user)
    1818      Rails.logger.info("event=registration status=successful user=#{@user.diaspora_handle}")
Note: See TracChangeset for help on using the changeset viewer.