Class: Smerp::Quotation::Engine::QuotationProductCategory
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Smerp::Quotation::Engine::QuotationProductCategory
- Defined in:
- app/models/smerp/quotation/engine/quotation_product_category.rb
Class Method Summary collapse
Class Method Details
.active_categories ⇒ Object
6 7 8 |
# File 'app/models/smerp/quotation/engine/quotation_product_category.rb', line 6 def QuotationProductCategory.active_categories QuotationProductCategory.where(["state = 'active'"]) end |