Module: FriendlyNamable
- Included in:
- Accreditation, InPersonAdviceMethod, InvestmentSize, OtherAdviceMethod, Qualification
- Defined in:
- app/models/friendly_namable.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
2 3 4 |
# File 'app/models/friendly_namable.rb', line 2 def self.included(base) base.extend(ClassMethods) end |