JezK
Edit File: helpers.rb
module Formtastic module Helpers autoload :ButtonsHelper, 'formtastic/helpers/buttons_helper' autoload :ActionHelper, 'formtastic/helpers/action_helper' autoload :ActionsHelper, 'formtastic/helpers/actions_helper' autoload :ErrorsHelper, 'formtastic/helpers/errors_helper' autoload :FieldsetWrapper, 'formtastic/helpers/fieldset_wrapper' autoload :FileColumnDetection, 'formtastic/helpers/file_column_detection' autoload :FormHelper, 'formtastic/helpers/form_helper' autoload :InputHelper, 'formtastic/helpers/input_helper' autoload :InputsHelper, 'formtastic/helpers/inputs_helper' autoload :LabelHelper, 'formtastic/helpers/label_helper' autoload :Reflection, 'formtastic/helpers/reflection' end end