Sha256: 9a01fb3cca8fcdc6e74289f1bcdfaa17ed709379648d047a6fa583b8dbef774b

Contents?: true

Size: 189 Bytes

Versions: 1

Compression:

Stored size: 189 Bytes

Contents

# frozen_string_literal: true

module ActsAsVotable
  module Extenders
    extend ActiveSupport::Autoload

    autoload :"Votable"
    autoload :"Voter"
    autoload :"Controller"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
acts_as_votable-0.14.0 lib/acts_as_votable/extenders.rb