ryanto/acts_as_votable

View on GitHub
lib/acts_as_votable/helpers.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module ActsAsVotable
  module Helpers
    extend ActiveSupport::Autoload

    autoload :"Words"
  end
end