puavo-view-helpers 0.0.1 → 0.0.2

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 +3 -0
  2. metadata +4 -4
data/lib/view_helpers.rb CHANGED
@@ -16,6 +16,9 @@ module Puavo
16
16
  end
17
17
 
18
18
  def text_field(*args)
19
+ if args[2][:object][args[1]].class == Array
20
+ args[2][:object][args[1]] = args[2][:object][args[1]].join(" ")
21
+ end
19
22
  after_html = field_error_text(args[2][:object], args[1]) if ! args[2].nil? && ! args[2][:object].nil?
20
23
  super(*args) + after_html.to_s
21
24
  end
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: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jouni Korhonen
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-09-11 00:00:00 +02:00
18
+ date: 2012-09-13 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies: []
21
21