daengine 0.3.9.2 → 0.3.9.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,6 @@
1
1
  class DigitalAssetsController < ApplicationController
2
2
  include DigitalAssetsHelper
3
- respond_to :json, :html, :only => [:index, :show, :search]
4
- respond_to :json, :only => [:fund_docs]
3
+ respond_to :json, :html, :only => [:index, :show, :search, :fund_docs]
5
4
 
6
5
  skip_filter(*_process_action_callbacks.map(&:filter))
7
6
 
@@ -1,3 +1,3 @@
1
1
  module Daengine
2
- VERSION = "0.3.9.2"
2
+ VERSION = "0.3.9.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: daengine
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.9.2
5
+ version: 0.3.9.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - sbhatia
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-11-26 00:00:00.000000000Z
13
+ date: 2012-11-29 00:00:00.000000000Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails