Sha256: d74e137cbb171c986ddfa18be45a56a638ae591cd15dd57c5b8d0e6ea4b10344
Contents?: true
Size: 337 Bytes
Versions: 43
Compression:
Stored size: 337 Bytes
Contents
module Spree module Api module Responders module RablTemplate def to_format if template render template, status: options[:status] || 200 else super end end def template options[:default_template] end end end end end
Version data entries
43 entries across 43 versions & 1 rubygems