Sha256: c8163475141c67fcbf4905367a72cffb37567b0363363ecd5ceceb40fa23cfb1
Contents?: true
Size: 452 Bytes
Versions: 294
Compression:
Stored size: 452 Bytes
Contents
ActionView::Helpers::FormBuilder.class_eval do # https://github.com/rails/rails/blob/13c5aa818e9284fe30f83469b340e579195bda3f/actionview/lib/action_view/helpers/form_helper.rb#L2148 def promethee(method, options = {}) @template.promethee_editor(@object_name, method, objectify_options(options)) end def promethee_localizer(method, options = {}) @template.promethee_localizer(@object_name, method, objectify_options(options)) end end
Version data entries
294 entries across 294 versions & 1 rubygems