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++ - protocol buffers - generate NON-inline accessors -

c# - issue attaching/adding an entity object which is detached from the DB Context? -