Skip to content

Milly/active_scaffold_localize

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ActiveScaffoldLocalize
======================

**********************************************************************************
** For all documentation see the project website: http://www.ActiveScaffold.com **
**********************************************************************************

ActiveScaffoldLocalize plugin by Ed Moss

This is a simple localization of ActiveScaffold. 

In your application.rb do the following:

  append_before_filter :localize

  def localize
    ActiveScaffold::Localization.lang = session[:locale_code]
  end
 

About

Localization plugin with integrated support for the ActiveScaffold plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 100.0%