Class: InvestmentSize
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- InvestmentSize
- Includes:
- FriendlyNamable, Translatable
- Defined in:
- app/models/investment_size.rb
Class Method Summary collapse
Instance Method Summary collapse
Methods included from FriendlyNamable
Methods included from Translatable
Class Method Details
.lowest ⇒ Object
11 12 13 |
# File 'app/models/investment_size.rb', line 11 def self.lowest first end |
Instance Method Details
#lowest? ⇒ Boolean
15 16 17 |
# File 'app/models/investment_size.rb', line 15 def lowest? self == self.class.lowest end |