active_presenters 1.0.1.4 → 1.0.1.5

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.
@@ -75,7 +75,7 @@ module ActivePresenter
75
75
 
76
76
  unless method_defined?(:#{verb}_link_options)
77
77
  def #{verb}_link_options
78
- {:method => :#{meth}}
78
+ #{meth == :get ? "{}" : "{:method => :#{meth}}"}
79
79
  end
80
80
  end
81
81
 
@@ -2,4 +2,4 @@
2
2
  gem_name: active_presenters
3
3
  package: active_presenters
4
4
  project: magrathea
5
- version: 1.0.1.4
5
+ version: 1.0.1.5
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: active_presenters
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.0.1.4
7
- date: 2007-09-17 00:00:00 -04:00
6
+ version: 1.0.1.5
7
+ date: 2007-09-27 00:00:00 -04:00
8
8
  summary: active_presenters
9
9
  require_paths:
10
10
  - lib