modulate 0.0.5 → 0.0.6
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.
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
= f.inputs do
|
|
5
5
|
= f.semantic_fields_for :modulate_documents, @<%= model_name.underscore %>.modulate_documents.build do |d|
|
|
6
6
|
= d.input(:attachment, as: :file, label: 'Choose document to attach', required: true,
|
|
7
|
-
input_html: {multiple: true, name: "
|
|
7
|
+
input_html: {multiple: true, name: "<%= model_name %>[modulate_documents_attributes][][attachment]"}).sub('[attachment][]', '[attachment]').html_safe
|
|
8
8
|
|
|
9
9
|
= f.actions do
|
|
10
10
|
= f.action :submit, as: 'button', button_html: {class: 'btn btn-primary'}
|
data/lib/modulate/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: modulate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -288,7 +288,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
288
288
|
version: '0'
|
|
289
289
|
segments:
|
|
290
290
|
- 0
|
|
291
|
-
hash: -
|
|
291
|
+
hash: -3887787610072244213
|
|
292
292
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
293
293
|
none: false
|
|
294
294
|
requirements:
|
|
@@ -297,7 +297,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
297
297
|
version: '0'
|
|
298
298
|
segments:
|
|
299
299
|
- 0
|
|
300
|
-
hash: -
|
|
300
|
+
hash: -3887787610072244213
|
|
301
301
|
requirements: []
|
|
302
302
|
rubyforge_project:
|
|
303
303
|
rubygems_version: 1.8.24
|