Sha256: 6c8b7230e5df9106d506579753c2f1427971fc7c7fee7031253812fc9089d1fc
Contents?: true
Size: 606 Bytes
Versions: 1
Compression:
Stored size: 606 Bytes
Contents
I18nRailsHelpers ================ Rails i18n view helpers for things like crud actions, models and and attributes. Example ======= t_attr('first_name') => 'Vorname' # when called in patients_controller views t_model => 'Konto' # when called in patients_controller views t_crud('delete') => 'Konto löschen' # when called in accounts_controller views t_confirm_delete(@account) => 'Konto Kasse wirklich löschen' Copyright (c) 2010 Simon Hürlimann <simon.huerlimann@cyt.ch> Copyright (c) 2010 CyT <http://www.cyt.ch> Released under the MIT license
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
i18n_rails_helpers-0.6.0 | README |