casey_jones 0.0.110 → 0.0.111
Sign up to get free protection for your applications and to get access to all the features.
@@ -30,6 +30,7 @@ module CaseyJones
|
|
30
30
|
end
|
31
31
|
|
32
32
|
def text_area_with_auto_complete(f, field, controller, opts={})
|
33
|
+
opts["data-auto-complete-delim"] ||= 'nl'
|
33
34
|
opts["data-auto-complete"]='ta'
|
34
35
|
opts["data-auto-complete-url"]=eval("#{controller.to_s.underscore.tableize}_path(:format=>:json)")
|
35
36
|
f.text_area field, opts
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: casey_jones
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 193
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 111
|
10
|
+
version: 0.0.111
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Tyler Gannon
|