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

6 lines
170 B
Ruby
Raw Normal View History

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