desktop-finder 0.0.1.3 → 0.0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,6 @@
1
1
  require "desktop/finder/version"
2
+ require "action_view/helpers/tag_helper"
3
+ require "action_support/core_ext"
2
4
 
3
5
  module Desktop
4
6
  module Finder
@@ -8,6 +10,7 @@ module Desktop
8
10
  end
9
11
 
10
12
  def Finder.create(params, simple=false, form=nil)
13
+ puts '---------------finder create--------------------'
11
14
  record = Kernel.const_get(params[:controller].classify).new.attributes
12
15
  options = record.each_key.collect{|key|
13
16
  value = []
@@ -1,5 +1,5 @@
1
1
  module Desktop
2
2
  module Finder
3
- VERSION = "0.0.1.3"
3
+ VERSION = "0.0.1.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: desktop-finder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.3
4
+ version: 0.0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: