inline_forms 3.0.44 → 3.0.45

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 43961eaf9fb1309ecddeb9746df143c64896d5db
4
- data.tar.gz: 2ef9957432d56f235c59b17a9a0be7b7fdcd6c67
3
+ metadata.gz: 86436eeec253866dc4890df2349b89a1426668aa
4
+ data.tar.gz: 09ab13e3c2cb96ff66a7b52a60c86cb1ea534259
5
5
  SHA512:
6
- metadata.gz: 44313596241694f9f859a0317989e95e7609e597c6fdbfee878439386c2108a248957a3644437afa29bb0bb35bcda87e912a23ea86446778518b3fb07b80e4a8
7
- data.tar.gz: 1e81648269722214a7c2e1b75e4d9669a16e69a33aac872725ed67bd6feeb76d1fe394d004e5b45e794f2beaa143d8ae9dd534f922937bdf1b6784da81179736
6
+ metadata.gz: 5edad6254841be7a50a0b52da64a74f101564f65e8778ff7e5f1d9ef8c4d026a202f74008599af588fe297348aad13457d10b8f2f8997b6a002238d3b402248c
7
+ data.tar.gz: 2f83b2db46bb11a2d3b22d717139d8422078b481aab6a8ee8c45552664f2a6c0f43764b93d5dc3c0127e39c227d3484af512feabd4193842300b706a464931a7
@@ -27,7 +27,7 @@ end
27
27
  def ckeditor_edit(object, attribute)
28
28
  cktext_area_tag( attribute,
29
29
  object[attribute],
30
- :id => "textarea_rw_#{object.class.name.underscore}_#{object.id}_#{attribute.to_s}",
30
+ :id => "textarea_#{object.class.name.underscore}_#{object.id}_#{attribute.to_s}",
31
31
  :ckeditor => { :width => '100%',
32
32
  :height => '200px'
33
33
  }
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module InlineForms
3
- VERSION = "3.0.44"
3
+ VERSION = "3.0.45"
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: 3.0.44
4
+ version: 3.0.45
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Suares