Sha256: b06576db70756781994d5541d6de99ae442b70608ab8f4fdd72209a158bff53b
Contents?: true
Size: 486 Bytes
Versions: 2
Compression:
Stored size: 486 Bytes
Contents
# frozen_string_literal: true require_relative "followable_behaviour/version" module FollowableBehaviour class Error < StandardError; end autoload :Follower, 'followable_behaviour/follower' autoload :Followable, 'followable_behaviour/followable' autoload :FollowerLib, 'followable_behaviour/follower_lib' autoload :FollowScopes, 'followable_behaviour/follow_scopes' require 'followable_behaviour/railtie' if defined?(Rails) && Rails::VERSION::MAJOR >= 6 end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
followable_behaviour-0.2.0 | lib/followable_behaviour.rb |
followable_behaviour-0.1.0 | lib/followable_behaviour.rb |