Class: Smerp::Quotation::Engine::QuotationProductCategory

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/smerp/quotation/engine/quotation_product_category.rb

Class Method Summary collapse

Class Method Details

.active_categoriesObject



6
7
8
# File 'app/models/smerp/quotation/engine/quotation_product_category.rb', line 6

def QuotationProductCategory.active_categories
  QuotationProductCategory.where(["state = 'active'"])
end