Skip to content

Commit

Permalink
[^] Cookies note has been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nordringrayhide committed Sep 7, 2011
1 parent d863a01 commit ac75eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rails-footnotes/notes/cookies_note.rb
Expand Up @@ -2,7 +2,7 @@ module Footnotes
module Notes
class CookiesNote < AbstractNote
def initialize(controller)
@cookies = controller.__send__(:cookies)
@cookies = controller.request.cookies
end

def title
Expand Down

0 comments on commit ac75eba

Please sign in to comment.