Skip to content

Instantly share code, notes, and snippets.

@bellthoven
Last active December 28, 2015 04:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bellthoven/7440162 to your computer and use it in GitHub Desktop.
Save bellthoven/7440162 to your computer and use it in GitHub Desktop.
class FileInput < SimpleForm::Inputs::FileInput
def input_html_classes
super.delete_if { |k| k == 'form-control' }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment