I created an additional variable (string) in the user profile for this manual: https://gist.github.com/withoutwax/46a05861aa4750384df971b641170407
In this line, I store user information.
I can reach her like this: current_user.information
But how can I make a method that takes one line and saves it to the end of the information ?
So far, but it does not work (the result is displayed, but not written to the user variable):
current_user.information << id Through editing the profile, everything is saved.