vhochstein / active_scaffold

Rails 4 Version of activescaffold supporting jquery
MIT License
156 stars 34 forks source link

sessions created in all controllers (including non-activescaffold) #190

Closed technorama closed 12 years ago

technorama commented 12 years ago

Sessions shouldn't be created in non-ActiveScaffold controllers after including the active_scaffold gem. ActiveScaffold adds before_filter :check_input_device to all controllers which creates sessions in all controllers.

vhochstein commented 12 years ago

Thanks a lot for reporting. Should be fixed