# File 'app/controllers/missing_i18n/locales_controller.rb', line 3defindex@locales=Locale.allend
#show ⇒ Object
7
8
9
10
11
12
13
14
15
# File 'app/controllers/missing_i18n/locales_controller.rb', line 7defshow@locale=Locale.new(params[:id])respond_todo|format|format.htmlformat.yaml{render:text=>@locale.to_yaml,:content_type=>'text/yaml'}endend