Extract admin menu to a component

This way adding new methods will be easier.
This commit is contained in:
Javi Martín
2020-11-11 14:00:36 +01:00
parent 1fc74e7cfa
commit d501915954
7 changed files with 162 additions and 153 deletions

View File

@@ -1,2 +1,3 @@
class ApplicationComponent < ViewComponent::Base
include SettingsHelper
end