inline_forms 1.3.1 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -101,6 +101,7 @@
101
101
  @sub_id = params[:sub_id]
102
102
  @update_span = params[:update]
103
103
  respond_to do |format|
104
+ #format.html { } unless @Klass.not_accessible_through_html?
104
105
  format.js { }
105
106
  end
106
107
  end
@@ -1,3 +1,3 @@
1
- <% tabs_tag :open_tabs => { :id => "tabs" } do |tab| %>
1
+ <%= tabs_tag :open_tabs => { :id => "tabs" } do |tab| %>
2
2
  <% end %>
3
3
 
@@ -1,3 +1,3 @@
1
1
  module InlineForms
2
- VERSION = "1.3.1"
2
+ VERSION = "1.3.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inline_forms
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 1
10
- version: 1.3.1
9
+ - 2
10
+ version: 1.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ace Suares
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-02-09 00:00:00 Z
18
+ date: 2012-02-15 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rspec-rails
@@ -259,7 +259,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
259
259
  requirements: []
260
260
 
261
261
  rubyforge_project: inline_forms
262
- rubygems_version: 1.8.11
262
+ rubygems_version: 1.8.15
263
263
  signing_key:
264
264
  specification_version: 3
265
265
  summary: Inline editing of forms.