restful_json 3.4.1 → 3.4.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.
@@ -7,12 +7,6 @@ module RestfulJson
7
7
  include ::ActionController::StrongParameters
8
8
  include ::TwinTurbo::Controller
9
9
  include ::RestfulJson::Controller
10
-
11
- rescue_from Exception, :with => :render_error
12
- rescue_from ActiveRecord::RecordNotFound, :with => :render_not_found
13
- rescue_from ActionController::RoutingError, :with => :render_not_found
14
- rescue_from ActionController::UnknownController, :with => :render_not_found
15
- rescue_from AbstractController::ActionNotFound, :with => :render_not_found
16
10
  end
17
11
  end
18
12
  end
@@ -1,3 +1,3 @@
1
1
  module RestfulJson
2
- VERSION = '3.4.1'
2
+ VERSION = '3.4.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: restful_json
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.1
4
+ version: 3.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary S. Weaver
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-22 00:00:00.000000000 Z
12
+ date: 2013-04-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport