app/controllers/wbase/users_controller.rb in wbase-0.3.2 vs app/controllers/wbase/users_controller.rb in wbase-0.3.3
- old
+ new
@@ -52,10 +52,15 @@
:reinvest_percent,
:facebook_page,
:time_zone,
:phone,
:notify_email,
- :notify_text
+ :notify_text,
+ :address_one,
+ :address_two,
+ :city,
+ :state,
+ :zip
)
end
def user_params
params.require(:user).permit(:email, :password, :time_zone)