Sha256: 7133a992d41c9ad00938ab4718169ee974470282db9d4d7e6989c07feedb7512
Contents?: true
Size: 526 Bytes
Versions: 6
Compression:
Stored size: 526 Bytes
Contents
module Voom 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
6 entries across 6 versions & 1 rubygems