RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: ashleyw
Site: http://ashleyw.co.uk
@David Silva: Or equals. E.g. if `abc` is nil, then give it the value 1:
abc ||= 1
@David Silva: Or equals. E.g. if `abc` is nil, then give it the value 1:
abc ||= 1