I am looking at this ruby code and they make reference to:
@current_user
and
self.current_user
what is the difference?
http://code.google.com/p/openplaques/source/browse/trunk/www/lib/authenticated_system.rb
|
I am looking at this ruby code and they make reference to:
and
what is the difference? http://code.google.com/p/openplaques/source/browse/trunk/www/lib/authenticated_system.rb |
|||
|
|
|
|
|||
|
|
|
This means you could do something like this:
So now accessing In your specific example they are using object caching to set the |
|||
|
|
dereferences the instance variable called
sends the message |
|||
|
|