Sha256: af41a9eb8d039d7e9809fde77e59d744e649c9dd5220e93c2d414ad52f3230ee

Contents?: true

Size: 510 Bytes

Versions: 294

Compression:

Stored size: 510 Bytes

Contents

ActionView::Helpers::FormHelper.class_eval do
  # https://github.com/rails/rails/blob/13c5aa818e9284fe30f83469b340e579195bda3f/actionview/lib/action_view/helpers/form_helper.rb#L1193
  def promethee_editor(object_name, method, options = {})
    ActionView::Helpers::Tags::PrometheeEditor.new(object_name, method, self, options).render
  end

  def promethee_localizer(object_name, method, options = {})
    ActionView::Helpers::Tags::PrometheeLocalizer.new(object_name, method, self, options).render
  end
end

Version data entries

294 entries across 294 versions & 1 rubygems

Version Path
promethee-1.0.11 lib/promethee/core_ext/form_helper.rb
promethee-1.0.10 lib/promethee/core_ext/form_helper.rb
promethee-1.0.9 lib/promethee/core_ext/form_helper.rb
promethee-1.0.8 lib/promethee/core_ext/form_helper.rb
promethee-1.0.7 lib/promethee/core_ext/form_helper.rb
promethee-1.0.6 lib/promethee/core_ext/form_helper.rb
promethee-1.0.5 lib/promethee/core_ext/form_helper.rb
promethee-1.0.4 lib/promethee/core_ext/form_helper.rb
promethee-1.0.3 lib/promethee/core_ext/form_helper.rb
promethee-1.0.2 lib/promethee/core_ext/form_helper.rb
promethee-1.0.1 lib/promethee/core_ext/form_helper.rb
promethee-1.0.0 lib/promethee/core_ext/form_helper.rb
promethee-0.1.8 lib/promethee/core_ext/form_helper.rb
promethee-0.1.7 lib/promethee/core_ext/form_helper.rb