frozeek/xhive

View on GitHub
app/controllers/xhive/application_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Xhive
  class ApplicationController < ActionController::Base
    extend Xhive::Controller
  end
end