3 Matching Annotations
- Apr 2021
-
medium.com medium.com
-
I wish to define methods within the class they belong to. Using class << self demonstrates that approach clearly — we are defining methods within the actual singleton class scope.
-
- Feb 2021
-
github.com github.com
-
Non-blocking suggestion: This is a little more elegant, if you prefer this syntax:
-
- Nov 2020
-
guides.rubyonrails.org guides.rubyonrails.org
-
A resource route maps a number of related requests to actions in a single controller.
-