Sha256: ed5669baaf39a26c953363de60b10e19685e60ed778058fe784986fafebb84d6
Contents?: true
Size: 527 Bytes
Versions: 12
Compression:
Stored size: 527 Bytes
Contents
module Coprl module Presenters module DSL module Components module Actions class Posts < Actions::Base def initialize(**attribs_, &block) super(type: :post, **attribs_, &block) end # Posts 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