diff --git a/gloc-1.2.0/vendor/plugins/gloc-1.2.0/lib/gloc-rails.rb b/gloc-1.2.0/vendor/plugins/gloc-1.2.0/lib/gloc-rails.rb index 1262b30eb..a6f9de455 100644 --- a/gloc-1.2.0/vendor/plugins/gloc-1.2.0/lib/gloc-rails.rb +++ b/gloc-1.2.0/vendor/plugins/gloc-1.2.0/lib/gloc-rails.rb @@ -108,11 +108,6 @@ module ActionMailer #:nodoc: # Eg. deliver_hello will render hello_en.rhtml. class Base include GLoc - private - alias :render_message_without_gloc :render_message - def render_message(method_name, body) - render_message_without_gloc("#{method_name}_#{current_language}", body) - end end end