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
Post a Comment