jacopotarantino/preloadables

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

Summary

Maintainability
A
0 mins
Test Coverage
module Preloadables
  class ApplicationController < ActionController::Base
    helper Preloadables::Engine.helpers
  end
end