philippneugebauer/SimpleController

View on GitHub
lib/simple_controller/show_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
module SimpleController
  module ShowController
    include SimpleController

    def show
      set_object
    end
  end
end