Fix all rubocop Metrics/LineLength issues (140+)
This commit is contained in:
@@ -32,7 +32,8 @@ class Organizations::RegistrationsController < Devise::RegistrationsController
|
||||
private
|
||||
|
||||
def sign_up_params
|
||||
params.require(:user).permit(:email, :password, :phone_number, :password_confirmation, :terms_of_service, organization_attributes: [:name, :responsible_name])
|
||||
params.require(:user).permit(:email, :password, :phone_number, :password_confirmation, :terms_of_service,
|
||||
organization_attributes: [:name, :responsible_name])
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user