RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: lucasmoreira
Site: http://lucas-moreira.com/
I've a little question about Ruby: at 5:46, when Bates wrote attr_accessible :author_tokens, attr_reader :author_tokens will be optional, right?
attr_accessible :author_tokens
attr_reader :author_tokens
I've a little question about Ruby: at 5:46, when Bates wrote
attr_accessible :author_tokens
,attr_reader :author_tokens
will be optional, right?