We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d6025 commit 09828c0Copy full SHA for 09828c0
lib/acts-as-taggable-on.rb
@@ -3,19 +3,21 @@
3
require 'active_support/core_ext/module'
4
require 'action_view'
5
6
+require_relative 'acts_as_taggable_on/engine'
7
+
8
require 'digest/sha1'
9
10
module ActsAsTaggableOn
11
extend ActiveSupport::Autoload
12
- autoload :Engine
13
autoload :Tag
14
autoload :TagList
15
autoload :TagListParser
16
autoload :Taggable
17
autoload :Tagger
18
autoload :Tagging
19
autoload :TagsHelper
20
+ autoload :VERSION
21
22
autoload_under 'taggable' do
23
autoload :Cache
lib/acts_as_taggable_on/version.rb
@@ -1,4 +1,4 @@
1
2
- VERSION = '3.2.4'
+ VERSION = '3.2.5'
end
0 commit comments