inline_forms 1.3.29 → 1.3.30

Sign up to get free protection for your applications and to get access to all the features.
@@ -100,7 +100,7 @@ module InlineForms
100
100
  @presentation = "\n"
101
101
  @order = "\n"
102
102
  @order_by_clause = " def self.order_by_clause\n" +
103
- " \"#{attribute.type}\"\n" +
103
+ " \"name\"\n" +
104
104
  " end\n" +
105
105
  "\n"
106
106
  @carrierwave_mounters = "\n"
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module InlineForms
3
- VERSION = "1.3.29"
3
+ VERSION = "1.3.30"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inline_forms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.29
4
+ version: 1.3.30
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: