Skip to content

Commit

Permalink
Fixes "cattr_accessor" typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccartie committed Jun 11, 2012
1 parent 316dd1b commit 11d4f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rails-upgrade/upgraders/routes.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def upgrade_routes


class RouteRedrawer class RouteRedrawer
attr_accessor :routes attr_accessor :routes
cattr_accessor :stack attr_accessor :stack


def initialize def initialize
@routes = [] @routes = []
Expand Down

0 comments on commit 11d4f37

Please sign in to comment.