lib/traducto/base.rb in traducto-1.0.6 vs lib/traducto/base.rb in traducto-1.0.7
- old
+ new
@@ -38,10 +38,10 @@
private
def controller
- request[:controller]
+ request[:controller].gsub('/', '.')
end
def format
case @options[:format]
when :text then format_text