Skip to content

Commit a3ca6f0

Browse files
author
Luca Guidi
committed
Ensure to load helpers in main app
1 parent 27fcf73 commit a3ca6f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: lib/click_to_globalize.rb

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def self.included(recipient)
7979
recipient.send :include, InstanceMethods
8080
recipient.class_eval do
8181
helper_method :in_place_translations?
82+
helper :click_to_globalize, :locales # HACK they should be loaded by default by helper :all
8283
end
8384
end
8485

0 commit comments

Comments
 (0)