KyivKrishnaAcademy/ved_akadem_students

View on GitHub
app/controllers/html_respondable_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
require 'application_responder'

class HtmlRespondableController < ApplicationController
  self.responder = ApplicationResponder

  respond_to :html
end