Remove unecessary `enable` call.

This commit is contained in:
Volmer Soares 2013-11-15 16:46:43 -02:00
parent f345328b81
commit 5dff6f29ae
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
module SimpleForm
module Inputs
class DateTimeInput < Base
enable :html5
def input
if use_html5_inputs?
@builder.send(:"#{input_type}_field", attribute_name, input_html_options)