thecore_ui_commons 3.1.6 → 3.1.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 17becbd7643a00bc0b677088ef7a5d04e6a56b2648be95541236c8496c12e73a
4
- data.tar.gz: f521be59ee4be146f8c27ff318ede3db9476b37d27716ef19dc5b3d4dbdb6054
3
+ metadata.gz: 31f54a9e39b733a3718795d6ff462bbc2ebe6a1ade60f5728d9e0231a2b6755e
4
+ data.tar.gz: 07e001e50376bcd8c3cf3b325e1700b362e1b40b613bc0fbcc3df29671407765
5
5
  SHA512:
6
- metadata.gz: ccf8b726e8e78b02f5c5b438ba2ec187777c8942eaaff07afe3ac495c066c5e57a68c8a7777e3bc7b0035ff224aec41653f1157009298c51a608be3bdd405fa4
7
- data.tar.gz: 824474d33a95711a0ebbf1dccc61d971d06f2ef0f41b852354158cd76e86d60b45949701042fe98e9e5a4cab6b69529344ee9454b2cb6b84d359953dd4f42b8d
6
+ metadata.gz: 586a75dd8e4d0dff1dbb7c233800484c01c3066174b2187278bfb790f0e1cff678a4557f299412e72611f97331d93e3445d744bfb0190359b0b6ed3345469662
7
+ data.tar.gz: 136ff933aef0f9cebfd86a6f87258e6bcfd9f3fc4a896c9241c2315dc278e3a86491d667764d2baf090cf7e7447051c42a667b5a8ab67f3ff4b174bd5d5192c8
@@ -3,6 +3,5 @@ Rails.application.configure do
3
3
  # Controllers
4
4
  ApplicationController.send(:include, ConcernCommonApplicationController)
5
5
  User.send(:include, ThecoreUiCommonsUserConcern)
6
- RailsAdmin::ApplicationController.send(:include, ConcernCommonApplicationController)
7
6
  end
8
7
  end
@@ -1,4 +1,4 @@
1
- Rails.logger.debug "ApplicationController Concern from ThecoreUiCommons"
1
+ puts "CommonApplicationController Concern from ThecoreUiCommons"
2
2
  require 'active_support/concern'
3
3
 
4
4
  module ConcernCommonApplicationController
@@ -1,3 +1,3 @@
1
1
  module ThecoreUiCommons
2
- VERSION = "3.1.6".freeze
2
+ VERSION = "3.1.8".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_ui_commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.6
4
+ version: 3.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
@@ -131,7 +131,7 @@ files:
131
131
  - config/initializers/after_initialize.rb
132
132
  - config/initializers/application_config.rb
133
133
  - config/initializers/assets.rb
134
- - config/initializers/concern_application_controller.rb
134
+ - config/initializers/concern_common_application_controller.rb
135
135
  - config/initializers/concern_user.rb
136
136
  - config/initializers/helper_charts.rb
137
137
  - config/locales/en.ra_settings.yml