tkh_admin_panel 0.9.12 → 0.9.13
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 +4 -4
- data/lib/tkh_admin_panel/version.rb +1 -1
- data/lib/tkh_admin_panel.rb +4 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b0e927b46b8871a2ca861f4fe3de81d22a77182
|
4
|
+
data.tar.gz: df04d57ed35531ab9325d11ee0514da149811bd4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9117bc34532f2719e0261a21051776686fd33a29ca60e5e4b4d4ade98d63375266a6334d9755a258eec99eabcee1a79b7b4a00097a19314f8baa2a8e79ad60ca
|
7
|
+
data.tar.gz: 18afbc190064c8de3093731494396801129f760d86f80a4c01f5fc69a0e4b05ce11c1cb542cb4e13d140a707b26e7752e159fd94f2ab7553d53b7f7a18037ac0
|
data/lib/tkh_admin_panel.rb
CHANGED
@@ -10,9 +10,10 @@ require 'jquery-ui-rails'
|
|
10
10
|
|
11
11
|
module TkhAdminPanel
|
12
12
|
class Engine < ::Rails::Engine
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
# debugging. this is not working. moving directive to host app
|
14
|
+
# initializer "TkhAdminPanel precompile hook", :group => :all do |app|
|
15
|
+
# app.config.assets.precompile += ['admin.js', 'admin.css', 'admin/pages.js', 'admin/illustrations.js', 'admin/menus.js']
|
16
|
+
# end
|
16
17
|
|
17
18
|
# to extend the application_controller in the host app
|
18
19
|
initializer 'tkh_admin_panel.controller' do |app|
|