class RawgentoModels::Order

Public Class Methods

current() click to toggle source
# File lib/rawgento_models/order.rb, line 9
def self.current
  find_by(state: "new")
end