thecore_ui_rails_admin 3.2.3 → 3.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ad379bd22ef6436935e1f5a2d33b202710f1fbf966e3c04e09d87602631dfa1
4
- data.tar.gz: 74c6bacb910380a38fcf1c27cb5acd662b75a697e0aff27ccc07c8fc67b4f20c
3
+ metadata.gz: 3be09c7358ff620e9bc4484792bed2199c7e3dd74e4a5d03ccf7f4f6d70d8d9f
4
+ data.tar.gz: 4734782f61c0ac3578ed90f4bc00005ac9f9ca01a4ae008878d930ee034b20dd
5
5
  SHA512:
6
- metadata.gz: f1ba6c3ae16f5b75c4fda3a083c4243397c615c7479c68f6cef0a868c4a4ffd518a50969de222e4b8ebf68b964fe452aa9c24fe10b4b12196f0dc1d7800117cf
7
- data.tar.gz: f220d61752b9a4ac312593622cf8b41dd8012a81ba3e17e1ddd0c238f6bb5704b7b59624cf38fdebe52d04e67eddf8c82bbe9880e4eaa9a14c5e6e9c5bb28cbc
6
+ metadata.gz: 8856008e57c4c2e6b45049310568ef312505e2ccaea19f0169351df975fbc169938402ad684b5a01db9fa95604ba672002c8133f7b7a29300e74f8153e3bb141
7
+ data.tar.gz: 6a5d1d5eb48f5db855a6b925d12318762e5b0481dad1a73311146a4c67118d9ae54c888fe7bb4431affb309881858c186c7ac8505e7b17709e0876da99c62d88
@@ -1,5 +1,6 @@
1
1
  Rails.application.configure do
2
2
  config.after_initialize do
3
+ RailsAdmin::ApplicationController.send(:include, ConcernRAApplicationController)
3
4
  ## Rails Admin
4
5
  ### More at https://github.com/sferik/rails_admin/wiki/Base-configuration
5
6
  ## == Devise ==
@@ -29,7 +30,6 @@ Rails.application.configure do
29
30
 
30
31
  RailsAdmin::Config::Actions::Export.send(:include, ExportConcern)
31
32
  RailsAdmin::Config::Actions::BulkDelete.send(:include, BulkDeleteConcern)
32
- RailsAdmin::ApplicationController.send(:include, ConcernRAApplicationController)
33
33
 
34
34
  Role.send :include, ThecoreUiRailsAdminRoleConcern
35
35
  User.send :include, ThecoreUiRailsAdminUserConcern
@@ -1,4 +1,4 @@
1
- Rails.logger.debug "ApplicationController Concern from ThecoreUiCommons"
1
+ Rails.logger.debug "ApplicationController Concern from ThecoreUiRailsAdmin"
2
2
  require 'active_support/concern'
3
3
 
4
4
  module ConcernRAApplicationController
@@ -1,3 +1,3 @@
1
1
  module ThecoreUiRailsAdmin
2
- VERSION = "3.2.3".freeze
2
+ VERSION = "3.2.4".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_ui_rails_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.3
4
+ version: 3.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni