15 16 17 18 19 20
# File 'lib/multi_auth/action_controller.rb', line 15 def self.included(base) base.class_eval{ init_gettext("multi_auth", :locale_path => MultiAuth.root + 'locale') } end