This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def your_method_name_which_is_usually_each(*args) | |
| return enum_for(:your_method_name_which_is_usually_each, *args) unless block_given? | |
| # go crazy | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # == Schema Information | |
| # | |
| # Table name: orders | |
| # | |
| # id :integer not null, primary key | |
| # eid :string(255) | |
| # location_id :integer | |
| # customer_id :integer | |
| # created_at :datetime | |
| # creator_client_id :integer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| en: | |
| i18n: | |
| transliterate: | |
| rule: | |
| а: a | |
| б: b | |
| в: v | |
| г: g | |
| д: d | |
| е: e |