Skip to content

Instantly share code, notes, and snippets.

View mcls's full-sized avatar
🏠
Working from home

Maarten Claes mcls

🏠
Working from home
View GitHub Profile
# app/controllers/users/password_controller.rb
class Users::PasswordsController < Devise::PasswordsController
def resource_params
params.require(:user).permit(:email, :password, :password_confirmation)
end
private :resource_params
end
@mcls
mcls / osx_setup.md
Last active October 9, 2023 08:23 — forked from jpantuso/osx_lion_rail_setup.md
Setup mac for ruby dev