refinerycms-multiform 0.1.1 → 0.1.11
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/lib/refinerycms_multiforms.rb +3 -5
- metadata +3 -3
|
@@ -10,8 +10,8 @@ module Refinery
|
|
|
10
10
|
config.after_initialize do
|
|
11
11
|
puts "Registering Multiforms Plugin"
|
|
12
12
|
Refinery::Plugin.register do |plugin|
|
|
13
|
-
plugin.name = "
|
|
14
|
-
plugin.menu_match = /(admin|refinery)\/(multiforms
|
|
13
|
+
plugin.name = "multiforms"
|
|
14
|
+
plugin.menu_match = /(admin|refinery)\/(multiforms|.*_actions)?$/
|
|
15
15
|
plugin.url = {:controller => '/admin/multiforms',:action => 'index'}
|
|
16
16
|
plugin.activity = {
|
|
17
17
|
:class => Multiform,
|
|
@@ -22,7 +22,7 @@ module Refinery
|
|
|
22
22
|
|
|
23
23
|
puts "Registering Multiform Submission Plugin"
|
|
24
24
|
Refinery::Plugin.register do |plugin|
|
|
25
|
-
plugin.name = "
|
|
25
|
+
plugin.name = "multiforms_view"
|
|
26
26
|
plugin.menu_match = /(admin|refinery)\/submissions?$/
|
|
27
27
|
plugin.url = {:controller => '/admin/submissions',:action => 'index'}
|
|
28
28
|
plugin.activity = {
|
|
@@ -31,8 +31,6 @@ module Refinery
|
|
|
31
31
|
:url_prefix => 'show'
|
|
32
32
|
}
|
|
33
33
|
end
|
|
34
|
-
|
|
35
|
-
|
|
36
34
|
end
|
|
37
35
|
end
|
|
38
36
|
end
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 11
|
|
9
|
+
version: 0.1.11
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Jonathan Baughn
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-
|
|
17
|
+
date: 2010-12-30 00:00:00 -06:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies: []
|
|
20
20
|
|