We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a8f7b commit 38abc1dCopy full SHA for 38abc1d
1 file changed
app/controllers/users_controller.rb
@@ -47,6 +47,6 @@ def destroy
47
private
48
49
def user_params
50
- params.require(:user).permit(:twitter, :github, :linkedin, :email, :name, :description, :freelancer, :available, :hide_jobs, :participants, :image, :url)
+ params.require(:user).permit(:twitter, :github, :linkedin, :email, :name, :description, :freelancer, :available, :hide_jobs, :participants, :url)
51
end
52
0 commit comments