public
Description: Globalization made easy with interface in place translations
Homepage: http://lucaguidi.com/projects/click-to-globalize
Clone URL: git://github.com/jodosha/click-to-globalize.git
Removed around_filter reminder from post installation message. This reverts 
commit 32362e0b56112043842dec447f85844eb71c437dC
jodosha (author)
Thu Jul 17 08:55:37 -0700 2008
commit  12de391af5cac4cc4e7af8b6a770f3479569a601
tree    5fab5e269adaa329ed5fb1265e1f2bf51482a848
parent  04b35f9bf2d0cdece5cbde3f275cdc4c631df22b
...
90
91
92
93
94
 
95
96
97
...
90
91
92
 
 
93
94
95
96
0
@@ -90,8 +90,7 @@ namespace :click do
0
       puts 'DONE'
0
     end
0
     
0
-    puts "\nClick to Globalize was correctly installed.\n" +
0
-      "\nAdd to ApplicationController\n\taround_filter :observe_locales\n" +
0
+    puts "\nClick to Globalize was correctly installed." +
0
       "\nRemember to edit config/click.yml to add your locales.\n\n"
0
   end
0
   

Comments