cattr_accessor (Class) - APIdock:
when a value hasn’t explicitly been set yet on the new class instance. If you’d like to have inheritance without messing w...
to_param (ActiveRecord::Base) - APIdock:
This method is deprecated or moved on the latest stable version. The last existing version (v3.1.0) is shown here. These s...
Struct - More Examples #ruby
A Struct is a convenient way to bundle a number of attributes together, using accessor methods, without having to write an...
