class Matestack::Ui::VueJs::Components::Collection::Order

Public Instance Methods

response() { || ... } click to toggle source
# File lib/matestack/ui/vue_js/components/collection/order.rb, line 11
def response
  div do
    yield
  end
end
vue_props() click to toggle source
# File lib/matestack/ui/vue_js/components/collection/order.rb, line 17
def vue_props
  {
    id: ctx.id
  }
end