Sha256: 3087a0e1d3c10a7a4b646d5ce31b43cabcdff44c484784fd50a3c842e8d4517e
Contents?: true
Size: 533 Bytes
Versions: 12
Compression:
Stored size: 533 Bytes
Contents
module Coprl 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
12 entries across 12 versions & 1 rubygems