Is line number 3 in my create action considered bad practice? Because a user has many photo_albums and an album needs to be linked to the right user I basically grab the id from current_user and store it in the user_id column of my photo_albums database table.Is line number 3 in my create action considered