daddyz / evercookie

evercookie gem for Ruby on Rails
MIT License
49 stars 27 forks source link

Controller Helpers not working #10

Closed conacelelena closed 9 years ago

conacelelena commented 9 years ago

I tried using evercookie_is_set?(:key) inside a method in my controller and it raise an error saying the function is not known. Am I doing something wrong?

Elena

daddyz commented 9 years ago

Hi, did you put include Evercookie::ControllerHelpers in your controller? If so and it still doesn't work, please provide Rails and Evercookie version you are using.

conacelelena commented 9 years ago

It works if I include the helpers inside the controller. Thank you!