class Object
Public Instance Methods
promethee(method, options = {})
click to toggle source
# 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
# 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