fesplugas-typus 0.9.13 → 0.9.14
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.
- data/VERSION +1 -1
- data/app/controllers/admin/master_controller.rb +0 -6
- data/app/helpers/typus_helper.rb +4 -0
- data/typus.gemspec +1 -1
- metadata +1 -1
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.9.
|
|
1
|
+
0.9.14
|
|
@@ -39,8 +39,6 @@ class Admin::MasterController < ApplicationController
|
|
|
39
39
|
before_filter :set_tiny_mce,
|
|
40
40
|
:only => [ :new, :edit, :create, :update ]
|
|
41
41
|
|
|
42
|
-
helper_method :tiny_mce_plugin_installed?
|
|
43
|
-
|
|
44
42
|
##
|
|
45
43
|
# This is the main index of the model. With filters, conditions
|
|
46
44
|
# and more.
|
|
@@ -351,8 +349,4 @@ private
|
|
|
351
349
|
redirect_to path
|
|
352
350
|
end
|
|
353
351
|
|
|
354
|
-
def tiny_mce_plugin_installed?
|
|
355
|
-
defined?(TinyMCE)
|
|
356
|
-
end
|
|
357
|
-
|
|
358
352
|
end
|
data/app/helpers/typus_helper.rb
CHANGED
data/typus.gemspec
CHANGED