module Rwanda::Rails::FormBuilder

Public Instance Methods

rwanda_location(location, options = {}) click to toggle source

ActionPack’s metaprogramming would have done this for us, if FormHelper#labeled_input had been defined at load. Instead we define it ourselves here.

# File lib/rwanda/rails.rb, line 75
def rwanda_location(location, options = {})
  @template.rwanda_location(@object_name, location, objectify_options(options))
end