Sha256: 6e9666e998d1936f643bb27d908fbb5869370c704881dfa40371a8d7337dcab9

Contents?: true

Size: 203 Bytes

Versions: 1

Compression:

Stored size: 203 Bytes

Contents

class PrependedController < ApplicationController
  # order matters, only prepend then include causes the issue
  prepend Module.new
  include Remotipart::RenderOverrides

  def show
    render
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
remotipart-1.4.4 spec/dummy_app/app/controllers/prepended_controller.rb