Sha256: e7cb8c48215564b5a9077dc3b43c13f91e31e7f40c289db294f49012ca444f05
Contents?: true
Size: 201 Bytes
Versions: 1
Compression:
Stored size: 201 Bytes
Contents
module Rosetta class Locales::Translations::MissingController < Locales::TranslationsController private def scope super.where.missing(:translation_in_current_locale) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rosetta-rails-0.1.1 | app/controllers/rosetta/locales/translations/missing_controller.rb |