ideyabox 0.1.8 → 0.1.9

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.
@@ -136,7 +136,7 @@ module AdminHelper
136
136
  new_image = image.new
137
137
  undercored_image = image.to_s.underscore
138
138
  form_for [:admin, parent, new_image], :id => "upload_form" do |f|
139
- f.file_field :image, multiple: true, name: "#{undercored_image}[image]"
139
+ file_field_tag :image, multiple: true, name: "#{undercored_image}[image]"
140
140
  end
141
141
  end
142
142
 
@@ -1,3 +1,3 @@
1
1
  module Ideyabox
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ideyabox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-04-07 00:00:00.000000000 Z
13
+ date: 2013-04-09 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: Write a gem description
16
16
  email: