diff --git a/app/controllers/settings_index_controller.rb b/app/controllers/settings_index_controller.rb new file mode 100644 index 00000000..1feed012 --- /dev/null +++ b/app/controllers/settings_index_controller.rb @@ -0,0 +1,7 @@ +# frozen_string_literal: true + +class SettingsIndexController < ApplicationController + skip_authorization_check + + def index; end +end diff --git a/app/views/accounts/show.html.erb b/app/views/accounts/show.html.erb index ab65d57d..31c7f9aa 100644 --- a/app/views/accounts/show.html.erb +++ b/app/views/accounts/show.html.erb @@ -1,6 +1,6 @@
<%= t('email_templates') %>
diff --git a/app/views/profile/index.html.erb b/app/views/profile/index.html.erb index b1880c22..3c726b4b 100644 --- a/app/views/profile/index.html.erb +++ b/app/views/profile/index.html.erb @@ -1,6 +1,6 @@