Updated

app/controllers/concerns / user_concern.rb

A
6 lines of codes
1 methods
0.0 complexity/method
2 churn
0.0 complexity
0 duplications
module UserConcern
  1. UserConcern has no descriptive comment
def permitted_user_params %i[email password password_confirmation full_name phone language avatar_url job_description webpush_notify_on_event_expired] end end