class Object

Public Instance Methods

promethee(method, options = {}) click to toggle source

github.com/rails/rails/blob/13c5aa818e9284fe30f83469b340e579195bda3f/actionview/lib/action_view/helpers/form_helper.rb#L2148

# File lib/promethee/core_ext/form_builder.rb, line 3
def promethee(method, options = {})
  @template.promethee_editor(@object_name, method, objectify_options(options))
end
promethee_editor(object_name, method, options = {}) click to toggle source

github.com/rails/rails/blob/13c5aa818e9284fe30f83469b340e579195bda3f/actionview/lib/action_view/helpers/form_helper.rb#L1193

# File lib/promethee/core_ext/form_helper.rb, line 3
def promethee_editor(object_name, method, options = {})
  ActionView::Helpers::Tags::PrometheeEditor.new(object_name, method, self, options).render
end
promethee_localizer(method, options = {}) click to toggle source
# File lib/promethee/core_ext/form_builder.rb, line 7
def promethee_localizer(method, options = {})
  @template.promethee_localizer(@object_name, method, objectify_options(options))
end