add mobile settings navigation
This commit is contained in:
committed by
Pete Matsyburka
parent
2d510081be
commit
cbbbfdda80
@@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class SettingsIndexController < ApplicationController
|
||||
skip_authorization_check
|
||||
|
||||
def index; end
|
||||
end
|
||||
Reference in New Issue
Block a user