Sha256: f26bd771b4bb3fde99be5cc31b6c82cc1c3f88844a8daf80e391f15090089410
Contents?: true
Size: 532 Bytes
Versions: 6
Compression:
Stored size: 532 Bytes
Contents
module Voom module Presenters module DSL module Components module Actions class Updates < Actions::Base def initialize(**attribs_, &block) super(type: :update, **attribs_, &block) end # Updates posts its parameters as form data, so context should be empty # def url # @parent.router.url(render: options[:presenter], command: options[:path], context:{}) # end end end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems