Skip to content

Instantly share code, notes, and snippets.

View Justin-Bento's full-sized avatar
🏠
Working from home

Justin Bento Justin-Bento

🏠
Working from home
View GitHub Profile
@Justin-Bento
Justin-Bento / application_controller.rb
Last active August 4, 2022 00:29
Custom Params For Devise Auth
# app > controllers > application_controller.rb
# Before
class ApplicationController < ActionController::Base
end
# ------------------------------------------------------------------------------------------------------------
# After