Guest User

Untitled

a guest
Dec 11th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 1.42 KB | None | 0 0
  1.    de_home  /:i18n_locale                          {:action=>"home", :controller=>"pages", :i18n_locale=>"de"}
  2.     en_home  /:i18n_locale                          {:action=>"home", :controller=>"pages", :i18n_locale=>"en"}
  3.        home  /:i18n_locale(.:format)                {:action=>"home", :controller=>"pages"}
  4.    de_about  /:i18n_locale/uebermich                {:action=>"about", :controller=>"pages", :i18n_locale=>"de"}
  5.    en_about  /:i18n_locale/aboutme                  {:action=>"about", :controller=>"pages", :i18n_locale=>"en"}
  6.       about  /:i18n_locale/about(.:format)          {:action=>"about", :controller=>"pages"}
  7. de_politics  /:i18n_locale/uebermich/politik        {:action=>"politics", :controller=>"pages", :i18n_locale=>"de"}
  8. en_politics  /:i18n_locale/aboutme/politics         {:action=>"politics", :controller=>"pages", :i18n_locale=>"en"}
  9.    politics  /:i18n_locale/about/politics(.:format) {:action=>"politics", :controller=>"pages"}
  10.    de_legal  /:i18n_locale/impressum                {:action=>"legal", :controller=>"pages", :i18n_locale=>"de"}
  11.    en_legal  /:i18n_locale/legaldetails             {:action=>"legal", :controller=>"pages", :i18n_locale=>"en"}
  12.       legal  /:i18n_locale/legal(.:format)          {:action=>"legal", :controller=>"pages"}
  13.        root  /                                      {:to=>#<Proc:0x0000000102fa5340@/Library/Ruby/Gems/1.8/gems/actionpack-3.1.0/lib/action_dispatch/routing/redirection.rb:85>}
Add Comment
Please, Sign In to add comment