puavo-view-helpers 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/view_helpers.rb +1 -1
  2. metadata +3 -3
@@ -16,7 +16,7 @@ module Puavo
16
16
  end
17
17
 
18
18
  def text_field(*args)
19
- if args[2][:object][args[1]].class == Array
19
+ if args.count == 3 && args[2][:object][args[1]].class == Array
20
20
  args[2][:object][args[1]] = args[2][:object][args[1]].join(" ")
21
21
  end
22
22
  after_html = field_error_text(args[2][:object], args[1]) if ! args[2].nil? && ! args[2][:object].nil?
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puavo-view-helpers
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jouni Korhonen