Method: I18nAdminUtils::TranslationController#show
- Defined in:
- app/controllers/i18n_admin_utils/translation_controller.rb
#show ⇒ Object
28 29 30 31 32 |
# File 'app/controllers/i18n_admin_utils/translation_controller.rb', line 28 def show unless params[:translation].nil? render :partial => 'show', :locals => {:translation => params[:translation]} end end |