Method: Stall::Models::ProductList::ClassMethods#finalized

Defined in:
app/models/stall/models/product_list.rb

#finalizedObject



129
130
131
# File 'app/models/stall/models/product_list.rb', line 129

def finalized
  where(state: wizard.steps.last)
end