lib/traducto/helpers.rb in traducto-1.0.5 vs lib/traducto/helpers.rb in traducto-1.0.6
- old
+ new
@@ -6,7 +6,13 @@
@traducto ||= Traducto::Base.new(self)
return @traducto.translate(key, options)
end
+ def use_translations_of(action)
+ @traducto ||= Traducto::Base.new(self)
+
+ @traducto.add_action action
+ end
+
::ActionView::Base.send :include, self
end