Arie/serveme

View on GitHub
sorbet/rbi/dsl/active_storage/representations/redirect_controller.rbi

Summary

Maintainability
Test Coverage
# typed: true

# DO NOT EDIT MANUALLY
# This is an autogenerated file for dynamic methods in `ActiveStorage::Representations::RedirectController`.
# Please instead update this file by running `bin/tapioca dsl ActiveStorage::Representations::RedirectController`.

class ActiveStorage::Representations::RedirectController
  sig { returns(HelperProxy) }
  def helpers; end

  module HelperMethods
    include ::ActionController::Base::HelperMethods
  end

  class HelperProxy < ::ActionView::Base
    include HelperMethods
  end
end