Sha256: da81aac2ad1080899da9fa1925321fc19e338b6cfbbe96150deb69e2932b67d4
Contents?: true
Size: 507 Bytes
Versions: 5
Compression:
Stored size: 507 Bytes
Contents
module Api module V2 class EmptyMiddleController < V2::BaseController # This is an empty controller, used to test cases where controllers # may inherit from a middle controler that does not define a resource_description, # but the middle controller's parent does. def inconsequential_method # This method is here to ensure that the controller is not empty. # It triggers method_added, which is used to add the resource description. end end end end
Version data entries
5 entries across 5 versions & 1 rubygems