Sha256: 24805b3446f9aed5bf486d0fd55ad1e4bfe183b6a1aa01048ee4aee91dc59624
Contents?: true
Size: 740 Bytes
Versions: 3
Compression:
Stored size: 740 Bytes
Contents
# frozen_string_literal: true require_relative 'followability/version' require 'active_support' require 'active_record' require 'active_model' module Followability extend ActiveSupport::Autoload require_relative 'followability/followable/associations' require_relative 'followability/followable/callbacks' require_relative 'followability/followable/actions/common' require_relative 'followability/followable/actions/follow' require_relative 'followability/followable/actions/block' require_relative 'followability/followable' require_relative 'followability/relationship' require_relative 'followability/generators/install_generator' end ActiveSupport.on_load(:active_record) do extend Followability::Followable end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
followability-1.1.1 | lib/followability.rb |
followability-1.1.0 | lib/followability.rb |
followability-1.0.0 | lib/followability.rb |