Development
Cleaned up is_userstate? functions
We had a lot of current_user && current_user == @something.user || current_user.is_admin in our views and controllers. These functions are cleaned up. Please use now:…
read…
Development
Show user's profile after login
The user’s profile is the place where a user is informed about new friendship-requests. In further versions more informational things will be displayed there when a user comes back….
