Sha256: 896732f310f57dde73aea25477a26f963019ce3e28ac8496c3fd471a8422e138
Contents?: true
Size: 321 Bytes
Versions: 11
Compression:
Stored size: 321 Bytes
Contents
module Translate class Routes def self.translation_ui(map) map.with_options(:controller => 'translate') do |t| t.translate_list 'translate' t.translate 'translate/translate', :action => 'translate' t.translate_reload 'translate/reload', :action => 'reload' end end end end
Version data entries
11 entries across 11 versions & 2 rubygems