mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-15 23:40:01 +01:00
Make rails_admin use the default ApplicationController
This commit is contained in:
parent
c76f839ea7
commit
5966be5bd6
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
# workaround to get pagination right
|
||||
RailsAdmin.config do |config|
|
||||
config.main_app_name = ['justask', 'Kontrollzentrum']
|
||||
config.parent_controller = '::ApplicationController'
|
||||
|
||||
## == Authentication ==
|
||||
config.authenticate_with do
|
||||
|
|
Loading…
Reference in a new issue