ctcherry-route_append 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG +3 -0
  2. data/lib/route_append.rb +1 -1
  3. metadata +1 -1
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ 2009-01-26 - Chris Cherry (ctcherry@gmail.com)
2
+ * When specifying the Mapper class, use its full nested path
3
+
1
4
  2009-01-13 - Sean Huber (shuber@huberry.com)
2
5
  * Add Chris Cherry's name to MIT-LICENSE
3
6
  * Convert to soft tabs
data/lib/route_append.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module Huberry
2
2
  module RouteAppend
3
3
  def append
4
- yield Mapper.new(self)
4
+ yield ::ActionController::Routing::RouteSet::Mapper.new(self)
5
5
  install_helpers
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ctcherry-route_append
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Cherry