Skip to content

Commit

Permalink
add compat note
Browse files Browse the repository at this point in the history
  • Loading branch information
jonleighton committed Feb 20, 2012
1 parent 1b199a0 commit 23e9720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/focused_controller/route_mapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def options

if to = to_option
options[:to] = FocusedController::Route.new(to)
options[:action] = FocusedController.action_name
options[:action] = FocusedController.action_name # necessary for rails <= 3.1
end

options
Expand Down

0 comments on commit 23e9720

Please sign in to comment.