personal_plugin_generator/app/helpers/admin/personal_plugin_fields_help...

6 lines
178 B
Ruby
Raw Normal View History

2021-02-27 04:19:24 +00:00
module Admin::PersonalPluginFieldsHelper
include OrbitBackendHelper
2023-07-27 04:10:29 +00:00
def thead_field_for_ppg(field)
2021-02-27 04:19:24 +00:00
return I18n.t("personal_plugin_generator.#{field}")
end
end