Guest User

Untitled

a guest
Apr 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. I18n.load_path << Dir[File.join(RAILS_ROOT, 'vendor', 'plugins', 'm_forum', 'config', 'locales', '*.{rb,yml}')]
  2. I18n.reload!
  3. CoolNavigation::Nav.add("main", I18n.t(:forums), { :controller => "forums", :action => "index"})
Add Comment
Please, Sign In to add comment