gurix/helena

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

Summary

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