ulmic/tramway-dev

View on GitHub
tramway-conference/app/helpers/tramway/conference/application_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Tramway
  module Conference
    module ApplicationHelper
      include ::FontAwesome5::Rails::IconHelper
      include ::Tramway::Collections::Helper
    end
  end
end