Using of session in Ruby on Rails -


i have understood use of session using hash (more or less). when use session set session[:sort] = 'title'. however, app throws me exception:

undefined local variable or method `session' moviescontroller:class

that makes me think have set before use session, initialize it. ideas? thanks!

are using session in class method? need use in instance method.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

VBA function to include CDATA -